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

Skip to content

Commit ef173f6

Browse files
author
Maciej Olko
committed
Add 3.10 to GitHub Actions matrix
1 parent 9aa437b commit ef173f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
version: [3.8, 3.9]
12+
version: [3.8, 3.9, '3.10']
1313
steps:
1414
- uses: styfle/cancel-workflow-action@main
1515
with:
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
version: [3.8, 3.9]
46+
version: [3.8, 3.9, '3.10']
4747
format: [html, latex]
4848
needs: ['update-translation']
4949
steps:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
strategy:
7272
matrix:
73-
version: [3.8, 3.9]
73+
version: [3.8, 3.9, '3.10']
7474
needs: ['build-translation']
7575
steps:
7676
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)