Skip to content

Commit

Permalink
Merge pull request #593 from simondeziel/4.0-edge
Browse files Browse the repository at this point in the history
Test against `4.0/edge` on `22.04`
  • Loading branch information
simondeziel authored Jul 5, 2024
2 parents 8cdadd4 + 100f766 commit 6412320
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@ jobs:
tests:
name: Tests
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.10", "3.12"]
track: ["latest/edge", "5.21/edge", "5.0/edge"]
os: ["24.04"]
include:
# 4.0/* isn't supported on 24.04
- python-version: "3.8"
track: "4.0/edge"
os: "22.04"

runs-on: ubuntu-${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6412320

Please sign in to comment.