Skip to content

Commit 654544b

Browse files
committed
tests: Update Postgres versions in tests
* Remove older vesions that are EOL (9, 10) * Add 13 and 14 * Temporary remove latest as tests are failing against Postgres 15
1 parent a0353a5 commit 654544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
pgversion: ["latest", 12, 11, 10, 9]
15+
pgversion: [14, 13, 12, 11]
1616

1717
env:
1818
PGVERSION: ${{ matrix.pgversion }}

0 commit comments

Comments
 (0)