From 5ea5db29e9e2da640da65fbd2a0cd2840eff7fc8 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 2 Jul 2024 18:03:21 +0100 Subject: [PATCH] ci: use postgres version 13 to test migrations (#13767) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ab5745b96..9b9e79b4f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -180,7 +180,7 @@ jobs: - name: Test migrations from current ref to main run: | - make test-migrations + POSTGRES_VERSION=13 make test-migrations # Setup GCloud for signing Windows binaries. - name: Authenticate to Google Cloud