Skip to content

Commit

Permalink
test PostgreSQL 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Nov 16, 2024
1 parent 2d04b01 commit 6c4874d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
--health-start-period 10s
--health-timeout 5s
--health-retries 10
# Newest and last supported version (https://endoflife.date/postgresql)
postgres13:
image: postgres:13
env:
Expand All @@ -114,8 +115,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres16:
image: postgres:16
postgres17:
image: postgres:17
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand All @@ -127,6 +128,7 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
# Latest only
mssql:
image: mcr.microsoft.com/mssql/server:latest
env:
Expand Down
4 changes: 2 additions & 2 deletions tests/databases.github.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ username = postgres
password = postgres
port = 5432

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

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

0 comments on commit 6c4874d

Please sign in to comment.