Skip to content

Commit

Permalink
Add tests for 3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Nov 22, 2024
1 parent d9086b3 commit 1da0e79
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
"3.22",
"3.28",
"3.34",
"3.40",
"nightly-release",
]

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ wfsOutputExtension.zip
# C extensions
*.so

.env

# Python
.venv/
venv/
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ test:
"3.22",
"3.28",
"3.34",
"3.40",
"nightly-release",
]
script:
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REGISTRY_URL ?= 3liz
REGISTRY_PREFIX=$(REGISTRY_URL)/

# Qgis version flavor
FLAVOR:=3.22
FLAVOR:=ltr

BECOME_USER:=$(shell id -u)

Expand Down

0 comments on commit 1da0e79

Please sign in to comment.