Skip to content

Commit

Permalink
ci: Fix CI not testing with Postgres 16 and flaky test (#9210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis authored Jul 17, 2024
1 parent 9282e34 commit 5fa58fe
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading

0 comments on commit 5fa58fe

Please sign in to comment.