Skip to content

Commit

Permalink
undo changes in workflow, issue is not postgres version bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherdt-r7 committed Nov 14, 2024
1 parent 1c486a8 commit 275231f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgres_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
os:
- ubuntu-latest
docker_image:
- postgres:14.13
- postgres:9.4
- postgres:16.2

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

services:
postgres:
image: postgres:14.13
image: postgres:9.6
ports: ["5432:5432"]
env:
POSTGRES_USER: postgres
Expand Down

0 comments on commit 275231f

Please sign in to comment.