Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Dec 18, 2024
1 parent 9d3ed67 commit 1fa13dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip
tools: composer:v2
coverage: none
- name: Remove pint dependency to prevent unnecessary dependency collisions
run: |
composer remove --dev laravel/pint
- name: Install dependencies
run: |
composer update --prefer-dist --no-interaction --no-progress
Expand Down

0 comments on commit 1fa13dd

Please sign in to comment.