Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Dec 11, 2024
1 parent a5e9391 commit bde0e96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@ jobs:
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.3']
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
exclude:
- otp: '24'
elixir: '1.17.3'
- otp: '26'
elixir: '1.13.4'
- otp: '26'
elixir: '1.14.5'
- otp: '27'
elixir: '1.13.4'
- otp: '27'
elixir: '1.14.5'
- otp: '27'
elixir: '1.15.7'
- otp: '27'
elixir: '1.16.3'
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit bde0e96

Please sign in to comment.