Skip to content

Commit

Permalink
[BRMO-377] Upgrade PostGIS van 16-3.4 naar 17-3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Sep 30, 2024
1 parent b2930a9 commit 7da9556
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Ondersteund / Supported

| Release | Datum | Ondersteund/supported | valid database versions (fully patched/mainstream support) | runtime (fully patched) |
|--------------|--------------|------------------------|---------------------------------------------------------------|-----------------------------------------|
| 4.x-SNAPSHOT | | ❌ (development) | Current PostgreSQL + PostGIS, Oracle 19c/21c/23ai + Spatial, 21 XE, 23ai Free | Java 17, Java 21, Tomcat 9, Docker 27 |
| 3.0.2 | 7-feb-2024 | ✔️ | PostgreSQL 12 - 16 + PostGIS 3.4, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 25 |
| 3.0.1 | 13-jul-2023 | :warning: (deprecated) | PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 24 |
| 3.0.0 | 6-feb-2023 | ❌ (superceded) | PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 23 |
| 3.0.0-rc1 | 13-jan-2023 | ❌ (superceded) | PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 23 |
| 2.3.3 | 29-nov-2022 || PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 8.5/9, Docker 20 |
| =< 2.3.2 | 29-sept-2022 || PostgreSQL 10 - 14 + PostGIS 3.2, Oracle 19c/21c + Spatial | Java 11, Tomcat 8.5 |
| Release | Datum | Ondersteund/supported | valid database versions (fully patched/mainstream support) | runtime (fully patched) |
|--------------|--------------|------------------------|-------------------------------------------------------------------------------------------------|-----------------------------------------|
| 4.x-SNAPSHOT | | ❌ (development) | Current PostgreSQL 12 - 17 + PostGIS 3.4 - 3.5, Oracle 19c/21c/23ai + Spatial, 21 XE, 23ai Free | Java 17, Java 21, Tomcat 9, Docker 27 |
| 3.0.2 | 7-feb-2024 | ✔️ | PostgreSQL 12 - 16 + PostGIS 3.4, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 25 |
| 3.0.1 | 13-jul-2023 | :warning: (deprecated) | PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 24 |
| 3.0.0 | 6-feb-2023 | ❌ (superceded) | PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 23 |
| 3.0.0-rc1 | 13-jan-2023 | ❌ (superceded) | PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 9, Docker 23 |
| 2.3.3 | 29-nov-2022 || PostgreSQL 11 - 15 + PostGIS 3.3, Oracle 19c/21c + Spatial | Java 11, Tomcat 8.5/9, Docker 20 |
| =< 2.3.2 | 29-sept-2022 || PostgreSQL 10 - 14 + PostGIS 3.2, Oracle 19c/21c + Spatial | Java 11, Tomcat 8.5 |

_zie ook/see also: https://github.com/B3Partners/brmo/wiki/Systeemeisen_

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build:
name: "Java ${{ matrix.java }} / PostGIS ${{ matrix.postgis }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -32,12 +32,13 @@ jobs:
postgis:
# t/m november 2024
- 12-3.4-alpine
- 15-3.4-alpine
- 16-3.4-alpine
- 15-3.5-alpine
- 16-3.5-alpine
- 17-3.5-alpine
include:
- java: 21
java-dist: 'temurin'
postgis: 16-3.4-alpine
postgis: 17-3.5-alpine

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docker/src/main/docker/pg_conf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgis/postgis:16-3.4-alpine
FROM postgis/postgis:17-3.5-alpine

ARG TZ="Europe/Amsterdam"
ARG BRMO_VERSION="snapshot"
Expand Down

0 comments on commit 7da9556

Please sign in to comment.