Skip to content

Commit

Permalink
ci.yaml: Update os and python matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robwoolley authored Mar 29, 2024
1 parent 0c6b992 commit 2a01791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
python: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
python: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
name: superflore tests
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 2a01791

Please sign in to comment.