Skip to content
Snippets Groups Projects

Bump PostgreSQL/PostGIS docker image from 14 to 17

Merged Bastien Abadie requested to merge postgresql-17 into release-1.7.2
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -48,7 +48,7 @@ backend-tests:
stage: test
services:
- name: postgis/postgis:14-3.2
- name: postgis/postgis:17-3.5
alias: postgres
artifacts:
@@ -87,7 +87,7 @@ backend-migrations:
stage: test
services:
- name: postgis/postgis:12-3.1
- name: postgis/postgis:17-3.5
alias: postgres
script:
Loading