Skip to content

Commit

Permalink
🛠️ Fix the pint.yml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AmRo045 committed Jan 2, 2024
1 parent f9bcc62 commit 21d9d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"

- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer install -q --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- run: vendor/bin/pint

Expand Down

0 comments on commit 21d9d65

Please sign in to comment.