Skip to content

Commit

Permalink
Add Elixir 1.18 to the CI (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombruijn authored Dec 12, 2024
1 parent f38730f commit f97dfe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
matrix:
elixir:
- 1.17.x
- 1.18.x
otp:
- 27.x
- 26.x
Expand All @@ -141,6 +141,8 @@ jobs:
otp: 27.x
- elixir: latest
otp: 27.x
- elixir: 1.17.x
otp: 27.x
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
Expand Down

0 comments on commit f97dfe1

Please sign in to comment.