Skip to content

Commit

Permalink
test 3.8 on ubuntu 20.04 and the other version on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainp committed Aug 14, 2024
1 parent 9f07794 commit fff5d50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-22.04]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-20.04
python-version: "3.8"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fff5d50

Please sign in to comment.