We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b93e45 commit fb68998Copy full SHA for fb68998
1 file changed
.github/workflows/postgres.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- postgres: [14, 15, 16, 17]
+ postgres: [15, 16, 17, 18]
23
services:
24
postgres:
25
image: postgres:${{ matrix.postgres }}
0 commit comments