Skip to content

Commit

Permalink
Block unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jul 8, 2024
1 parent 7f82543 commit 78b7f98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ jobs:
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.1']
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
exclude:
- otp: '24'
elixir: '1.17.1'
- otp: '27'
elixir: '1.14.5'
- otp: '26'
elixir: '1.14.5'
- otp: '27'
elixir: '1.13.4'
- otp: '26'
elixir: '1.14.5'
elixir: '1.13.4'
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 78b7f98

Please sign in to comment.