Skip to content

Commit

Permalink
Test on several python/OS versions
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier FAURAX <olivier.faurax@eu.equinix.com>
  • Loading branch information
ofaurax committed May 16, 2024
1 parent 0c64908 commit 03ba1d4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- run: pylama packethardware setup.py

cli-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
Expand All @@ -34,6 +33,17 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
os-version:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-latest
exclude:
- os-version: ubuntu-24.04
python-version: "3.7"
- os-version: ubuntu-24.04
python-version: "3.8"
runs-on: ${{matrix.os-version}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 03ba1d4

Please sign in to comment.