From 930ec887587beeae3b13a3c81695730b3900b8b6 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Wed, 18 Feb 2026 11:52:37 +0530 Subject: [PATCH] chore: bump supabase cli to latest in pgTAP tests CI --- .github/workflows/pgTAP.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pgTAP.yaml b/.github/workflows/pgTAP.yaml index 8600019e..43bd94d5 100644 --- a/.github/workflows/pgTAP.yaml +++ b/.github/workflows/pgTAP.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - uses: supabase/setup-cli@v1 with: - version: 1.127.4 + version: 2.75.0 - name: Supabase Start run: supabase start - name: Run Tests