Skip to content

Commit

Permalink
Add version 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 10, 2023
1 parent d3ea50c commit 1d1f74c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '3.16'
- '3.22'
- '3.28'
- '3.30'

steps:
# Remove Python packages with wriong version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '3.16'
- '3.22'
- '3.28'
- '3.30'

steps:
- run: docker system prune --all --force
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QGIS_BRANCH = release-3_28
QGIS_BRANCH = master
DOCKER_TAG ?= latest
DOCKER_BASE = camptocamp/qgis-server
ROOT = $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
Expand Down
9 changes: 5 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
| Version | Supported Until | [Upstream Supported Until](https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule) |
| ------- | --------------- | -------------------------------------------------------------------------------------------------------------- |
| <= 3.14 | Unsupported | Unsupported |
| 3.16 | Best effort | 18/02/2022 |
| 3.16 | Best effort | Unsupported |
| 3.18 | Unsupported | Unsupported |
| 3.20 | Unsupported | Unsupported |
| 3.22 | 23/06/2025 | 22/02/2023 |
| 3.22 | 23/06/2025 | 03/03/2023 |
| 3.24 | Unsupported | Unsupported |
| 3.26 | Unsupported | 21/10/2022 |
| 3.28 | 16/02/2024 | 16/02/2024 |
| 3.26 | Unsupported | Unsupported |
| 3.28 | 23/02/2024 | 23/02/2024 |
| 3.30 | 23/06/2023 | 23/06/2023 |

0 comments on commit 1d1f74c

Please sign in to comment.