Skip to content

Commit

Permalink
CI: Add Elixir 1.18.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodirlam committed Dec 21, 2024
1 parent d9b2bf8 commit 9fa08a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
# see https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
elixir: [1.17.3, 1.16.3, 1.15.8]
elixir: [1.18.0, 1.17.3, 1.16.3, 1.15.8]
otp: [27.1.1, 26.2.5.3, 25.3.2.14]
exclude:
- elixir: 1.16.3
Expand Down

0 comments on commit 9fa08a2

Please sign in to comment.