Skip to content

Commit

Permalink
Fix GitLab-CI file about QGIS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 3, 2024
1 parent 63b3cda commit 3c4c60d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,24 @@ qgis-server:
parallel:
matrix:
- QGIS_FLAVOR: [
"3.22",
"3.28",
"3.34",
"nightly-release",
]

qgis-server-legacy:
stage: test
parallel:
matrix:
- QGIS_VERSION: [
"3.16",
"3.22",
]
script:
- make tests FLAVOR=${QGIS_VERSION}
tags:
- infrav3

linter:
image: ${REGISTRY_URL}/factory-ci-runner:qgis-ltr
stage: test
Expand Down

0 comments on commit 3c4c60d

Please sign in to comment.