We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341f8ea commit 0534a76Copy full SHA for 0534a76
1 file changed
.github/workflows/reusable_phplinter.yml
@@ -47,7 +47,7 @@ jobs:
47
extensions: :redis
48
49
- name: Install overtrue/phplint (v9.7)
50
- run: composer require overtrue/phplint
+ run: composer require overtrue/phplint --ignore-platform-reqs
51
52
- name: Lint PHP files
53
- run: vendor/bin/phplint --exclude=vendor --no-cache --no-progress -v
+ run: vendor/bin/phplint --exclude=../../vendor --no-cache --no-progress -v
0 commit comments