Skip to content

Commit

Permalink
ci: update pcs version vs ubuntu version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek committed Nov 1, 2024
1 parent 01b059e commit 235265b
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@ jobs:
python:
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-latest
pcs_version:
- v0.11.4
- v0.11.5
- v0.11.6
- main
include:
- os: ubuntu-22.04
pcs_version: v0.11.4
- os: ubuntu-22.04
pcs_version: v0.11.5
- os: ubuntu-22.04
pcs_version: v0.11.6
- os: ubuntu-22.04
pcs_version: v0.11.7
- os: ubuntu-22.04
pcs_version: v0.11.8
- os: ubuntu-24.04
pcs_version: main
# pcs_version 0.12.x will go to ubuntu 24.04 only
runs-on: ${{ matrix.os }}
steps:
- name: Update git
Expand Down

0 comments on commit 235265b

Please sign in to comment.