From 635c731846fe26f459fd5cbca7ae8bdaf9334a84 Mon Sep 17 00:00:00 2001 From: rnousia Date: Fri, 17 Nov 2023 15:13:02 +0200 Subject: [PATCH] ci: run tests with latest QGIS --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56c0366..27edba9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # When making chances here rememeber to update the tag also in line 31! - qgis-image-tags: [release-3_22] + qgis-image-tags: [release-3_22, release-3_34] fail-fast: false steps: - uses: actions/checkout@v3 @@ -28,7 +28,7 @@ jobs: QT_QPA_PLATFORM: offscreen # Upload coverage report. Will not work if the repo is private # Rememeber to check that tag specified below can be found in the matrix created at line 16! - - if: ${{ matrix.qgis_image_tags == 'release-3_22' && !github.event.repository.private }} + - if: ${{ matrix.qgis_image_tags == 'release-3_34' && !github.event.repository.private }} uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}