Skip to content

Commit

Permalink
fix: exclude incompatible version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Timmer committed Apr 24, 2024
1 parent e897351 commit cf3e231
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
strategy:
matrix:
otp: ['24.3', '25.3', '26.2']
elixir: ['1.13.2', '1.14.3', '1.15.7', '1.16.2']
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.2']
exclude:
- otp: '26.2'
elixir: '1.13.4'
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit cf3e231

Please sign in to comment.