Skip to content

Commit ed6e6e9

Browse files
authored
Reorder versions in matrices in CI, from most recent (#29)
1 parent ca24dde commit ed6e6e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
version: [3.8, 3.9, '3.10', 3.11]
13+
version: [3.11, '3.10', 3.9, 3.8]
1414
steps:
1515
- uses: styfle/cancel-workflow-action@main
1616
with:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
version: [3.8, 3.9, '3.10', 3.11]
57+
version: [3.11, '3.10', 3.9, 3.8]
5858
needs: ['update-translation']
5959
continue-on-error: true
6060
steps:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
strategy:
7272
matrix:
73-
version: [3.8, 3.9, '3.10', 3.11]
73+
version: [3.11, '3.10', 3.9, 3.8]
7474
format: [html, latex]
7575
needs: ['update-translation']
7676
steps:
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
strategy:
101101
matrix:
102-
version: [3.8, 3.9, '3.10', 3.11]
102+
version: [3.11, '3.10', 3.9, 3.8]
103103
needs: ['build-translation']
104104
steps:
105105
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)