Skip to content

Commit

Permalink
[CI] Pin postgres at 15
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Aug 31, 2023
1 parent 5872835 commit 28e14f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
services:
postgis:
# https://github.com/postgis/docker-postgis/issues/216
image: ghcr.io/baosystems/postgis
image: ghcr.io/baosystems/postgis:15
options: >-
--health-cmd pg_isready
--health-interval 2s
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
services:
postgis:
# https://github.com/postgis/docker-postgis/issues/216
image: ghcr.io/baosystems/postgis
image: ghcr.io/baosystems/postgis:15
options: >-
--health-cmd pg_isready
--health-interval 2s
Expand Down

0 comments on commit 28e14f1

Please sign in to comment.