Skip to content

Commit 8f6fe0e

Browse files
committed
Tweaked matrix ordering.
1 parent 6f8222e commit 8f6fe0e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cicd.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
# One of the tests breaks on 26
22-
otp-version: ['24', '25', '26']
23-
#otp-version: ['24', '25']
21+
otp-version: ['26', '25', '24']
2422
os: ['ubuntu-latest']
2523

2624
steps:
@@ -48,7 +46,7 @@ jobs:
4846

4947
strategy:
5048
matrix:
51-
otp-version: ['21', '22', '23']
49+
otp-version: ['23', '22', '21']
5250

5351
steps:
5452
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)