ci: Fix CI not testing with Postgres 16 and flaky test (#9210)

This commit is contained in:
Diamond Lewis
2024-07-17 10:51:13 -05:00
committed by GitHub
parent 9282e348b0
commit 5fa58fe774
7 changed files with 206 additions and 223 deletions

View File

@@ -238,7 +238,7 @@ jobs:
POSTGRES_IMAGE: postgis/postgis:15-3.4
NODE_VERSION: 22.4.1
- name: PostgreSQL 16, PostGIS 3.4
POSTGRES_IMAGE: postgis/postgis:15-3.4
POSTGRES_IMAGE: postgis/postgis:16-3.4
NODE_VERSION: 22.4.1
fail-fast: false
name: ${{ matrix.name }}