Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
epinault committed Oct 1, 2024
1 parent 4e1b99b commit e8440da
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
elixir_version: [1.15, 1.16]
otp_version: [24, 25, 26]
os: [ubuntu-22.04]
elixir_version: [1.14, 1.15, 1.16, 1.17]
otp_version: [ 25, 26, 27]
exclude:
- otp_version: 26
elixir_version: 1.14
- otp_version: 27
elixir_version: 1.14
- otp_version: 27
elixir_version: 1.15
- otp_version: 27
elixir_version: 1.16
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e8440da

Please sign in to comment.