Skip to content

Commit

Permalink
[tests] Upgrade to QGIS 3.28.13 (LTR) for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Dec 14, 2023
1 parent 0a74afa commit 0103289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
qgis_version: [final-3_28_9] # We could eventually add more, e.g., latest
qgis_version: [final-3_28_13] # We could eventually add more, e.g., latest
env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Make sure the plugin can be found in your QGIS plugins folder, that is, that you
First, you need to set 2 environment variables:

export GITHUB_WORKSPACE=/path/to/AppendFeaturesToLayer/
export QGIS_TEST_VERSION="final-3_28_9"
export QGIS_TEST_VERSION="final-3_28_13"

After that, you could run unit tests locally with this command:

Expand Down

0 comments on commit 0103289

Please sign in to comment.