Skip to content

Commit

Permalink
build with Postgres16
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Dec 8, 2023
1 parent 510e6b7 commit 14effef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,21 @@ jobs:
--health-start-period 10s
--health-timeout 5s
--health-retries 10
postgres96:
image: postgres:9.6
postgres13:
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: nextras_dbal_test
ports:
- 5432:5432
- 5433:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres13:
image: postgres:13
postgres16:
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 14effef

Please sign in to comment.