Skip to content

Commit dfecbd0

Browse files
committed
Run tests against PostgreSQL 17
1 parent 22e878d commit dfecbd0

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
@@ -234,6 +234,7 @@ jobs:
234234
- "9.4"
235235
- "15"
236236
- "16"
237+
- "17"
237238
extension:
238239
- "pgsql"
239240
- "pdo_pgsql"
@@ -256,6 +257,12 @@ jobs:
256257
- php-version: "8.4"
257258
postgres-version: "16"
258259
extension: "pdo_pgsql"
260+
- php-version: "8.4"
261+
postgres-version: "17"
262+
extension: "pgsql"
263+
- php-version: "8.4"
264+
postgres-version: "17"
265+
extension: "pdo_pgsql"
259266

260267
services:
261268
postgres:

0 commit comments

Comments
 (0)