Skip to content

Commit fb68998

Browse files
committed
Remove Postgres 14 and add 18 to test matrix
1 parent 5b93e45 commit fb68998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
postgres: [14, 15, 16, 17]
22+
postgres: [15, 16, 17, 18]
2323
services:
2424
postgres:
2525
image: postgres:${{ matrix.postgres }}

0 commit comments

Comments
 (0)