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

Commitb517e7e

Browse files
authored
Temporarily exclude versions with bad translation propagations from workflows (#107)
1 parentbda35c4 commitb517e7e

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)

[8]ページ先頭

©2009-2025 Movatter.jp