Skip to content

Commit

Permalink
ci: add Elixir 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Jan 8, 2025
1 parent a4eab79 commit a76e88b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
check_format: true
check_deps: true
dialyzer: true
- elixir: "1.17"
- elixir: "1.18"
otp: "27"
check_format: true
check_deps: true
dialyzer: true
- elixir: "1.18"
otp: "27"
check_format: true
check_deps: true
Expand Down

0 comments on commit a76e88b

Please sign in to comment.