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 58bcf8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ 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
Expand All @@ -107,8 +107,8 @@ jobs:
--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
8 changes: 4 additions & 4 deletions tests/databases.github.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@ username = root
password = root
port = 3308

[pgsql 9.6]
[pgsql 13]
driver = pgsql
host = "127.0.0.1"
database = nextras_dbal_test
username = postgres
password = postgres
port = 5432

[pgsql 9.6pdo]
[pgsql 13pdo]
driver = pdo_pgsql
host = "127.0.0.1"
database = nextras_dbal_test
username = postgres
password = postgres
port = 5432

[pgsql 13]
[pgsql 16]
driver = pgsql
host = "127.0.0.1"
database = nextras_dbal_test
username = postgres
password = postgres
port = 5433

[pgsql 13pdo]
[pgsql 16pdo]
driver = pdo_pgsql
host = "127.0.0.1"
database = nextras_dbal_test
Expand Down

0 comments on commit 58bcf8f

Please sign in to comment.