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 6fb29da commit 6292e60
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,17 @@ on:

jobs:
setup:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
MIX_ENV: test

strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
elixir_version: [1.14, 1.15, 1.16, 1.17]
elixir_version: [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
Expand Down

0 comments on commit 6292e60

Please sign in to comment.