Skip to content

Commit c2f25d9

Browse files
committed
Revert "Temporarily exclude versions with bad translation propagations from workflows (#107)"
This reverts commit b517e7e.
1 parent 9f11cae commit c2f25d9

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [3.14, 3.13, 3.12, 3.9]
17+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
1818
steps:
1919
- uses: styfle/cancel-workflow-action@main
2020
with:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
version: [3.14, 3.13, 3.12]
73+
version: [3.14, 3.13, 3.12, 3.11]
7474
needs: ['update']
7575
continue-on-error: true
7676
steps:
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
version: [3.14, 3.13, 3.12, 3.9]
92+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
9393
format: [html, latex, epub]
9494
needs: ['update']
9595
steps:
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
strategy:
123123
matrix:
124-
version: [3.14, 3.13, 3.12, 3.9]
124+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
125125
needs: ['build']
126126
steps:
127127
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)