Skip to content

Commit b1ef866

Browse files
authored
Don't worry about platform requirements when linting
1 parent 341f8ea commit b1ef866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_phplinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
extensions: :redis
4848

4949
- name: Install overtrue/phplint (v9.7)
50-
run: composer require overtrue/phplint
50+
run: composer require overtrue/phplint --ignore-platform-reqs
5151

5252
- name: Lint PHP files
5353
run: vendor/bin/phplint --exclude=vendor --no-cache --no-progress -v

0 commit comments

Comments
 (0)