Skip to content

Commit

Permalink
github: test 4.0/edge on 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 4, 2024
1 parent cbfd5c1 commit a6df7ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ jobs:
tests:
name: Tests
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.11", "3.12"]
track: ["latest/edge", "5.21/edge", "5.0/edge"]
os: ["24.04"]
include:
# 4.0/* isn't supported on 24.04
- track: "4.0/edge"
- python-version: "3.8"
track: "4.0/edge"
os: "22.04"

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

0 comments on commit a6df7ea

Please sign in to comment.