Skip to content

Commit 392cac4

Browse files
ci: Run Python 3.7 tests in an older version of Ubuntu
1 parent 7d782b1 commit 392cac4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,22 @@ env:
2121

2222
jobs:
2323
test:
24-
runs-on: ubuntu-latest
24+
runs-on: ${{ matrix.os }}
2525
strategy:
2626
fail-fast: false
2727
matrix:
28+
os: [ubuntu-24.04]
2829
python-version:
29-
- "3.7"
3030
- "3.8"
3131
- "3.9"
3232
- "3.10"
3333
- "3.11"
3434
- "3.12"
3535
- "3.13"
3636
- "3.14"
37+
include:
38+
- os: ubuntu-22.04
39+
python-version: "3.7"
3740
steps:
3841
- name: Checkout code
3942
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)