Skip to content

Commit 871efc8

Browse files
authored
Remove Postgres 14 and add 18 to test matrix
1 parent 84ce025 commit 871efc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
postgres: [ 14, 15, 16, 17 ]
45+
postgres: [ 15, 16, 17, 18 ]
4646
oldVersion: [ 8.0.0, 7.2.0, 7.1.0, 7.0.0, 6.8.0, 6.7.2, 6.7.1, 6.7.0, 6.6.0, 6.5.0, 6.4.2, 6.4.1, 6.4.0, 6.3.1, 6.3.0 ]
4747
services:
4848
postgres:

0 commit comments

Comments
 (0)