Skip to content

Commit bdad803

Browse files
authored
chore(sqltest): update test-sql matrix (#5982)
* chore(sqltest): update test-sql matrix
1 parent 8a0c388 commit bdad803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-sql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ fromJSON(vars.RUNNER) }}
1616
strategy:
1717
matrix:
18-
postgres-version: [ latest, 12-alpine, 13-alpine, 14-alpine, 15-alpine ]
18+
postgres-version: [ alpine, 13-alpine, 14-alpine, 15-alpine, 16-alpine, 17-alpine ]
1919
name: SQL Tests ${{ matrix.postgres-version }}
2020
steps:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)