Skip to content

Commit

Permalink
Run tests against Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 18, 2023
1 parent 8e79bee commit 4172d75
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,21 +226,22 @@ jobs:
postgres-version:
- "9.4"
- "15"
- "16"
extension:
- "pgsql"
- "pdo_pgsql"
include:
- php-version: "8.2"
postgres-version: "15"
postgres-version: "16"
extension: "pgsql"
- php-version: "8.3"
postgres-version: "15"
postgres-version: "16"
extension: "pgsql"
- php-version: "8.2"
postgres-version: "15"
postgres-version: "16"
extension: "pdo_pgsql"
- php-version: "8.3"
postgres-version: "15"
postgres-version: "16"
extension: "pdo_pgsql"

services:
Expand Down

0 comments on commit 4172d75

Please sign in to comment.