Skip to content

Commit

Permalink
Add CI for Elixir 1.17 / otp27
Browse files Browse the repository at this point in the history
  • Loading branch information
juulSme committed Dec 30, 2024
1 parent 63fe44a commit 097eec9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
# https://hexdocs.pm/elixir/1.14/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
matrix:
elixir: [1.14.x, 1.18.x]
elixir: [1.14.x, 1.17.x, 1.18.x]
otp: [24.x, 25.x, 27.x]
exclude:
- elixir: 1.14.x
Expand All @@ -29,6 +29,10 @@ jobs:
otp: 25.x
- elixir: 1.18.x
otp: 24.x
- elixir: 1.17.x
otp: 24.x
- elixir: 1.17.x
otp: 25.x

steps:
- name: Checkout code
Expand Down

0 comments on commit 097eec9

Please sign in to comment.