From d3d67f7ac620532dc0d2e7155aa0df09fc721304 Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Sat, 30 Sep 2023 12:56:15 +0200 Subject: [PATCH] Revert "pin Heroku CLI to 8.1.9 until https://github.com/heroku/cli/issues/2466 is fixed" Fix has landed :) This reverts commit 86df1f820d3460591347b3dd6eee168080274c48. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4755ac3b8c..18f3ef591e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,9 +48,7 @@ jobs: php-version: "8.1" tools: "composer:2.4" - name: Hatchet setup - run: | - bundle exec hatchet ci:setup - heroku update --version 8.1.9 + run: bundle exec hatchet ci:setup - 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: |