Skip to content

Commit 1f445f5

Browse files
committed
YAML is garbage
1 parent 5c5750f commit 1f445f5

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

.github/workflows/python-tests.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,26 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
# Older Python versions on Ubuntu 20.04
15-
- python-version: "3.6"
16-
os: ubuntu-20.04
17-
- python-version: "3.7"
18-
os: ubuntu-20.04
19-
20-
# Newer Python versions on latest Ubuntu
21-
- python-version: "3.8"
22-
os: ubuntu-24.04
23-
- python-version: "3.9"
24-
os: ubuntu-24.04
25-
- python-version: "3.10"
26-
os: ubuntu-24.04
27-
- python-version: "3.11"
28-
os: ubuntu-24.04
29-
- python-version: "3.12"
30-
os: ubuntu-24.04
31-
- python-version: "pypy-3.9"
32-
os: ubuntu-24.04
14+
include:
15+
# Older Python versions on Ubuntu 20.04
16+
- python-version: "3.6"
17+
os: ubuntu-20.04
18+
- python-version: "3.7"
19+
os: ubuntu-20.04
20+
21+
# Newer Python versions on latest Ubuntu
22+
- python-version: "3.8"
23+
os: ubuntu-24.04
24+
- python-version: "3.9"
25+
os: ubuntu-24.04
26+
- python-version: "3.10"
27+
os: ubuntu-24.04
28+
- python-version: "3.11"
29+
os: ubuntu-24.04
30+
- python-version: "3.12"
31+
os: ubuntu-24.04
32+
- python-version: "pypy-3.9"
33+
os: ubuntu-24.04
3334

3435
runs-on: ${{ matrix.os }}
3536

0 commit comments

Comments
 (0)