From a96d04958422f8fdd87733d6c8fec900ad033c78 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 2 Jul 2024 17:58:32 +0100 Subject: [PATCH] ci: use postgres version 13 to test migrations --- .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 9ab5745b96938..9b9e79b4f39bb 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