Skip to content

Commit 9cdfaeb

Browse files
committed
Use ltr and stable Qgis versions for tests
1 parent e25f5b3 commit 9cdfaeb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
docker_tags: [ ltr, latest ]
14+
docker_tags: [ ltr, stable ]
1515
fail-fast: false
1616
env:
1717
QGIS_TEST_VERSION: ${{ matrix.docker_tags }}
@@ -21,10 +21,9 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
24-
24+
2525
- name: Pull QGIS Docker image
2626
run: docker pull qgis/qgis:${QGIS_TEST_VERSION}
27-
27+
2828
- name: Run tests with Docker
2929
run: docker compose -f .docker/docker-compose.gh.yml run qgis /usr/src/ThRasE/.docker/run-docker-tests.sh
30-

0 commit comments

Comments
 (0)