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 4adfc55 commit b112bcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,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

0 comments on commit b112bcb

Please sign in to comment.