Skip to content

Commit 3ce132f

Browse files
authored
Merge pull request #5782 from derrabus/bump/postgres
Run tests with Postgres 15
2 parents 9ee6f6a + ca9bce7 commit 3ce132f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ jobs:
211211
- "7.4"
212212
postgres-version:
213213
- "9.4"
214-
- "13"
215214
- "14"
215+
- "15"
216216
include:
217217
- php-version: "8.1"
218-
postgres-version: "14"
218+
postgres-version: "15"
219219
- php-version: "8.2"
220-
postgres-version: "14"
220+
postgres-version: "15"
221221

222222
services:
223223
postgres:

0 commit comments

Comments
 (0)