Skip to content

Commit

Permalink
add elixir 1.16 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jan 10, 2024
1 parent c3771bc commit 3ad4ff3
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 @@ -56,6 +56,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 @@ -120,6 +129,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

0 comments on commit 3ad4ff3

Please sign in to comment.