Skip to content

Commit 5fa58fe

Browse files
authored
ci: Fix CI not testing with Postgres 16 and flaky test (#9210)
1 parent 9282e34 commit 5fa58fe

File tree

7 files changed

+206
-223
lines changed

7 files changed

+206
-223
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
POSTGRES_IMAGE: postgis/postgis:15-3.4
239239
NODE_VERSION: 22.4.1
240240
- name: PostgreSQL 16, PostGIS 3.4
241-
POSTGRES_IMAGE: postgis/postgis:15-3.4
241+
POSTGRES_IMAGE: postgis/postgis:16-3.4
242242
NODE_VERSION: 22.4.1
243243
fail-fast: false
244244
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)