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 a1ee26f commit 2f3d352Copy full SHA for 2f3d352
1 file changed
.github/workflows/postgres.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
max-parallel: 5
16
matrix:
17
- postgres-version: [9, 10, 11, 12, 13]
+ postgres-version: [12, 13, 14, 15, 16]
18
services:
19
# Label used to access the service container
20
postgres:
0 commit comments