Skip to content

Commit

Permalink
pin Heroku CLI to 8.1.9 until heroku/cli#2466 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Aug 31, 2023
1 parent cf8389d commit 86df1f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 86df1f8

Please sign in to comment.