We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e039204 commit 0536cc6Copy full SHA for 0536cc6
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- pgversion: ["latest", 12, 11, 10, 9]
+ pgversion: [9, 10, 11, 12, 13, 14]
16
17
env:
18
PGVERSION: ${{ matrix.pgversion }}
0 commit comments