Skip to content

Commit c7d9508

Browse files
committed
Dont install Pint on unsupported version of PHP
1 parent e780ef3 commit c7d9508

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
tools: composer:v2
5656
coverage: none
5757

58+
- name: Remove Laravel Pint
59+
if: matrix.php == '7.3' || matrix.php == '7.4' || matrix.php == '8.0'
60+
run: composer remove --dev laravel/pint --no-update
61+
5862
- name: Install dependencies
5963
run: composer update --prefer-dist --no-interaction --no-progress
6064

0 commit comments

Comments
 (0)