Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12b235a

Browse files
committed
Temporarily exclude versions with bad translation propagations from workflows
1 parent bda35c4 commit 12b235a

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
15+
version: [3.14, 3.13, 3.12, 3.9]
1616
steps:
1717
- uses: styfle/cancel-workflow-action@main
1818
with:
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
version: [3.14, 3.13, 3.12, 3.11]
71+
version: [3.14, 3.13, 3.12]
7272
needs: ['update']
7373
continue-on-error: true
7474
steps:
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
90+
version: [3.14, 3.13, 3.12, 3.9]
9191
format: [html, latex, epub]
9292
needs: ['update']
9393
steps:
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
strategy:
121121
matrix:
122-
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
122+
version: [3.14, 3.13, 3.12, 3.9]
123123
needs: ['build']
124124
steps:
125125
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)