Skip to content

Commit

Permalink
Merge pull request #5782 from derrabus/bump/postgres
Browse files Browse the repository at this point in the history
Run tests with Postgres 15
  • Loading branch information
derrabus committed Oct 21, 2022
2 parents 9ee6f6a + ca9bce7 commit 3ce132f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@ jobs:
- "7.4"
postgres-version:
- "9.4"
- "13"
- "14"
- "15"
include:
- php-version: "8.1"
postgres-version: "14"
postgres-version: "15"
- php-version: "8.2"
postgres-version: "14"
postgres-version: "15"

services:
postgres:
Expand Down

0 comments on commit 3ce132f

Please sign in to comment.