From d41fdf599b684353aead8e2b346a19e171c2a40b Mon Sep 17 00:00:00 2001 From: Tomas Jelinek Date: Fri, 24 Jan 2025 10:37:07 +0100 Subject: [PATCH] ci: update pcs test matrix --- .github/workflows/python-unit-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-unit-test.yml b/.github/workflows/python-unit-test.yml index 8b0a069..ceeba43 100644 --- a/.github/workflows/python-unit-test.yml +++ b/.github/workflows/python-unit-test.yml @@ -29,9 +29,10 @@ jobs: pcs_version: v0.11.7 - os: ubuntu-22.04 pcs_version: v0.11.8 + - os: ubuntu-22.04 + pcs_version: v0.11.9 - os: ubuntu-24.04 - pcs_version: main - # pcs_version 0.12.x will go to ubuntu 24.04 only + pcs_version: v0.12.0 runs-on: ${{ matrix.os }} steps: - name: Update git