Skip to content

Commit

Permalink
ci.yaml: Update os and python matrix
Browse files Browse the repository at this point in the history
This prevents trailing zeroes from being removed by making the values strings not numbers.

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
  • Loading branch information
robwoolley committed Nov 25, 2024
1 parent 7a17561 commit 224474f
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 224474f

Please sign in to comment.