Skip to content

Commit

Permalink
add elixir 1.16 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jan 11, 2024
1 parent 2142728 commit 7d60107
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
- elixir: 1.15.x
otp: 26.x
tests_may_fail: false
- elixir: 1.16.x
otp: 24.x
tests_may_fail: false
- elixir: 1.16.x
otp: 25.x
tests_may_fail: false
- elixir: 1.16.x
otp: 26.x
tests_may_fail: false
env:
MIX_ENV: test
steps:
Expand Down Expand Up @@ -108,6 +117,12 @@ jobs:
otp: 25.x
- elixir: 1.15.x
otp: 26.x
- elixir: 1.16.x
otp: 24.x
- elixir: 1.16.x
otp: 25.x
- elixir: 1.16.x
otp: 26.x
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 7d60107

Please sign in to comment.