Skip to content

Commit

Permalink
add elixir 1.17 and otp 27 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 6, 2024
1 parent 66847b5 commit 8df21ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ jobs:
- elixir: 1.16.x
otp: 26.x
tests_may_fail: false
- elixir: 1.17.x
otp: 25.x
tests_may_fail: false
- elixir: 1.17.x
otp: 26.x
tests_may_fail: false
- elixir: 1.17.x
otp: 27.x
tests_may_fail: false
env:
MIX_ENV: test
steps:
Expand Down Expand Up @@ -123,6 +132,15 @@ jobs:
otp: 25.x
- elixir: 1.16.x
otp: 26.x
- elixir: 1.17.x
otp: 25.x
tests_may_fail: false
- elixir: 1.17.x
otp: 26.x
tests_may_fail: false
- elixir: 1.17.x
otp: 27.x
tests_may_fail: false
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 8df21ae

Please sign in to comment.