From edda0085e487d029e3a39ca7d0b9cbdab4e4f7f6 Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Thu, 31 Aug 2023 22:29:40 +0200 Subject: [PATCH] pin Heroku CLI to 8.1.9 until https://github.com/heroku/cli/issues/2466 is fixed --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f3ef591..4755ac3b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,9 @@ jobs: php-version: "8.1" tools: "composer:2.4" - name: Hatchet setup - run: bundle exec hatchet ci:setup + run: | + bundle exec hatchet ci:setup + heroku update --version 8.1.9 - name: Export HEROKU_PHP_PLATFORM_REPOSITORIES to …-develop (since we are not building main or a tag) if: github.ref_type != 'tag' && github.ref_name != 'main' run: |