From 6c4874d120779138943d9af3f295b5adb546b8a5 Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Sat, 16 Nov 2024 19:56:56 +0100 Subject: [PATCH] test PostgreSQL 17 --- .github/workflows/build.yml | 6 ++++-- tests/databases.github.ini | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8de80f..a5f792a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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 @@ -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: diff --git a/tests/databases.github.ini b/tests/databases.github.ini index cdf8d6f..dad5adb 100644 --- a/tests/databases.github.ini +++ b/tests/databases.github.ini @@ -78,7 +78,7 @@ username = postgres password = postgres port = 5432 -[pgsql 16] +[pgsql 17] driver = pgsql host = "127.0.0.1" database = nextras_dbal_test @@ -86,7 +86,7 @@ username = postgres password = postgres port = 5433 -[pgsql 16pdo] +[pgsql 17pdo] driver = pdo_pgsql host = "127.0.0.1" database = nextras_dbal_test