Skip to content

Commit

Permalink
Merge pull request #3983 from Gustry/minimum-versions
Browse files Browse the repository at this point in the history
Bump minimum versions required and/or for testing
  • Loading branch information
Gustry authored Dec 22, 2023
2 parents e799fa6 + 69fa795 commit 290a34c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lizmap/app/system/mainconfig.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[minimumRequiredVersion]
; Versions on the server, for the system administrator
; The minimum version required about external software to make Lizmap Web Client happy
qgisServer="3.22"
qgisServer="3.28"
lizmapServerPlugin="2.8.1"

; Versions written in QGIS/CFG files, for the GIS administrator
Expand Down
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ PREFIX:=lizmap-$(LZMBRANCH)-tests
LIZMAP_USER_ID ?= $(shell id -u)
LIZMAP_GROUP_ID ?= $(shell id -g)
LZMPOSTGISVERSION ?= 14-3
LZMQGSRVVERSION ?= 3.22
LZMQGSRVVERSION ?= 3.28
LZMPGPORT ?= 8132
LZMQGSRVPORT ?= 8131
LZMWEBPORT ?= 8130
LIZMAP_ADMIN_LOGIN ?= admin
LIZMAP_ADMIN_EMAIL ?= [email protected]
LIZMAP_ADMIN_DEFAULT_PASSWORD_SOURCE ?= /srv/etc/admin.conf
PHP_VERSION ?= 8.1
PHP_VERSION ?= 8.2
DOCKER_BUILDKIT ?= 1

env:
Expand Down

0 comments on commit 290a34c

Please sign in to comment.