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

Commit4d54ea0

Browse files
committed
Add matrix strategy to test with all supported Python versions
1 parentacd4754 commit4d54ea0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build_doc:
1010
name:Build CPython documentation
1111
runs-on:ubuntu-latest
12+
strategy:
13+
matrix:
14+
version:[3.7, 3.8, 3.9, '3.10', 3.11]
1215
steps:
1316
-uses:actions/checkout@v3
1417
-uses:actions/setup-python@v4
@@ -32,7 +35,7 @@ jobs:
3235
--skip-cache-invalidation
3336
--theme $(pwd)
3437
--language en
35-
--branch3.11
38+
--branch${{ matrix.version }}
3639
-name:Upload
3740
uses:actions/upload-artifact@v3
3841
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp