Skip to content

Commit 0536cc6

Browse files
authored
Run test on all versions except 15 (#2)
1 parent e039204 commit 0536cc6

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: [9, 10, 11, 12, 13, 14]
1616

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

0 commit comments

Comments
 (0)