From bdad803b7388ea77ed38bbe6451d04e255bf1c67 Mon Sep 17 00:00:00 2001 From: Irena Rindos Date: Tue, 19 Aug 2025 15:12:51 -0400 Subject: [PATCH] chore(sqltest): update test-sql matrix (#5982) * chore(sqltest): update test-sql matrix --- .github/workflows/test-sql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-sql.yml b/.github/workflows/test-sql.yml index 570afbf44e..47c6b04a65 100644 --- a/.github/workflows/test-sql.yml +++ b/.github/workflows/test-sql.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ fromJSON(vars.RUNNER) }} strategy: matrix: - postgres-version: [ latest, 12-alpine, 13-alpine, 14-alpine, 15-alpine ] + postgres-version: [ alpine, 13-alpine, 14-alpine, 15-alpine, 16-alpine, 17-alpine ] name: SQL Tests ${{ matrix.postgres-version }} steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0