Skip to content

Commit

Permalink
github: test 4.0/edge on 22.04 and python 3.8
Browse files Browse the repository at this point in the history
Python 3.8 was picked as it's the default python3 version on 20.04.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 4, 2024
1 parent d95696e commit 2fb0d38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .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"]
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 2fb0d38

Please sign in to comment.