Skip to content

Commit ac2bd34

Browse files
committed
Run tests against PostgreSQL 17
1 parent 516047c commit ac2bd34

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/continuous-integration.yml

+7
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ jobs:
226226
- "10"
227227
- "15"
228228
- "16"
229+
- "17"
229230
extension:
230231
- "pgsql"
231232
- "pdo_pgsql"
@@ -242,6 +243,12 @@ jobs:
242243
- php-version: "8.4"
243244
postgres-version: "16"
244245
extension: "pdo_pgsql"
246+
- php-version: "8.4"
247+
postgres-version: "17"
248+
extension: "pgsql"
249+
- php-version: "8.4"
250+
postgres-version: "17"
251+
extension: "pdo_pgsql"
245252

246253
services:
247254
postgres:

0 commit comments

Comments
 (0)