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 8a0c388 commit bdad803Copy full SHA for bdad803
.github/workflows/test-sql.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ fromJSON(vars.RUNNER) }}
16
strategy:
17
matrix:
18
- postgres-version: [ latest, 12-alpine, 13-alpine, 14-alpine, 15-alpine ]
+ postgres-version: [ alpine, 13-alpine, 14-alpine, 15-alpine, 16-alpine, 17-alpine ]
19
name: SQL Tests ${{ matrix.postgres-version }}
20
steps:
21
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments