Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2f25d9

Browse files
committed
Revert "Temporarily exclude versions with bad translation propagations from workflows (#107)"
This reverts commitb517e7e.
1 parent9f11cae commitc2f25d9

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)

[8]ページ先頭

©2009-2025 Movatter.jp