Skip to content

Commit

Permalink
ci: run tests with latest QGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
rnousia committed Nov 17, 2023
1 parent 3ee5a7b commit 635c731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 635c731

Please sign in to comment.