We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c340af2 commit 5b74944Copy full SHA for 5b74944
.github/workflows/test.yml
@@ -13,8 +13,8 @@ jobs:
13
name: Test
14
strategy:
15
matrix:
16
- python: [3.6, 3.7, 3.8, 3.9]
17
- runs-on: ${{ (matrix.python == 3.6 || matrix.python == 3.7) && 'ubuntu-20.04' || 'ubuntu-latest' }}
+ python: ["3.8", "3.9", "3.10"]
+ runs-on: ubuntu-latest
18
19
steps:
20
- uses: actions-ecosystem/action-regex-match@v2
0 commit comments