Skip to content

Commit

Permalink
Update Elixir to 1.16.1 in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Feb 16, 2024
1 parent e054919 commit ab889a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
matrix:
otp: [24.3, 25.1, 26.1]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.0]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.1]
exclude:
- otp: 26.1
elixir: 1.13.4
Expand Down

0 comments on commit ab889a2

Please sign in to comment.