Skip to content

Commit 83157e2

Browse files
committed
Drop support for QGIS 3.22
1 parent 8ce2530 commit 83157e2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
qgis_version: [
18-
"3.22",
1918
"3.28",
2019
"3.34",
2120
"3.40",

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test:
2525
parallel:
2626
matrix:
2727
- QGIS_VERSION: [
28-
"3.22",
2928
"3.28",
3029
"3.34",
3130
"3.40",

wfsOutputExtension/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[general]
22
name=wfsOutputExtension
3-
qgisMinimumVersion=3.22
3+
qgisMinimumVersion=3.28
44
description=Adds additional output formats to WFS GetFeature request on QGIS Server such as Geopackage, ODS, CSV etc.
55
about=wfsOutputExtension adds additional output formats to WFS GetFeature request such as Geopackage, ODS, CSV etc.
66
tags=server,format,wfs,ogc,lizmap,web,extension

0 commit comments

Comments
 (0)