Skip to content

Commit

Permalink
Tweaked matrix ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 5, 2024
1 parent 6f8222e commit 8f6fe0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:

strategy:
matrix:
# One of the tests breaks on 26
otp-version: ['24', '25', '26']
#otp-version: ['24', '25']
otp-version: ['26', '25', '24']
os: ['ubuntu-latest']

steps:
Expand Down Expand Up @@ -48,7 +46,7 @@ jobs:

strategy:
matrix:
otp-version: ['21', '22', '23']
otp-version: ['23', '22', '21']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f6fe0e

Please sign in to comment.