1 parent b97359d commit 8c69c79Copy full SHA for 8c69c79
2 files changed
.github/workflows/po-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- version: [ '3.14', '3.13', '3.12' ]
+ version: [ '3.15', '3.14' ]
18
continue-on-error: true
19
steps:
20
- uses: actions/setup-python@master
.github/workflows/test-build.yml
format: [ html, latex ]
@@ -45,7 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
47
48
49
needs: [ 'build-translation' ]
50
51
- uses: actions/download-artifact@master
0 commit comments