Skip to content

Commit

Permalink
back to postgis:15-3.3 (lint and unit test)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Jan 12, 2025
1 parent 1d9833b commit b856e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
PGPASSWORD: postgres
services:
postgres:
image: postgis/postgis:16-3.4
image: postgis/postgis:15-3.3
ports:
# will assign a random free host port
- 5432/tcp
Expand All @@ -46,7 +46,7 @@ jobs:
--health-timeout 5s
--health-retries 5
--entrypoint sh
postgis/postgis:16-3.4
postgis/postgis:15-3.3
-c "exec docker-entrypoint.sh postgres -c ssl=on -c ssl_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem -c ssl_key_file=/etc/ssl/private/ssl-cert-snakeoil.key"
steps:
- uses: taiki-e/install-action@v2
Expand Down

0 comments on commit b856e40

Please sign in to comment.