Skip to content

Commit

Permalink
Test on ubuntu-24.04 (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed May 22, 2024
1 parent eae46b9 commit 96c9bf7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,14 @@ jobs:
name: "Test Ubuntu"
uses: "./.github/workflows/test-os.yml"
with:
os: '["ubuntu-20.04", "ubuntu-22.04"]'
python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "installed"]'
include: '[{"os": "ubuntu-20.04", "python-version": "3.7"}]'
os: '["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]'
python-version: '["3.9", "3.10", "3.11", "3.12", "installed"]'
include: >
[
{"os": "ubuntu-20.04", "python-version": "3.7"},
{"os": "ubuntu-20.04", "python-version": "3.8"},
{"os": "ubuntu-22.04", "python-version": "3.8"},
]
test-win:
name: "Test Windows"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ jobs:
- os: ubuntu-20.04
os-label: Linux 20.04
python: "installed"
- os: ubuntu-24.04
os-label: Linux 24.04
python: "installed"

steps:
- name: Checkout
Expand Down

0 comments on commit 96c9bf7

Please sign in to comment.