Skip to content

Commit b8d6cb4

Browse files
committed
Revert phive>composer migration
1 parent 739f42f commit b8d6cb4

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/reusable_phplinter.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ jobs:
4040
- name: Setup PHP runtime
4141
uses: shivammathur/setup-php@v2
4242
with:
43-
tools: composer, phive
43+
tools: phive
4444
php-version: ${{ inputs.php-version }}
4545
coverage: "none"
46-
# A conflict exists between overtrue/phplint and redis
4746
extensions: :redis
4847

49-
- name: Install overtrue/phplint (v9.7)
50-
run: composer require overtrue/phplint --ignore-platform-reqs
51-
48+
- name: Install overtrue/phplint (latest)
49+
run: phive install overtrue/phplint --force-accept-unsigned --target ./bin
5250
- name: Lint PHP files
53-
run: vendor/bin/phplint --exclude=vendor --no-cache --no-progress -v
51+
run: ./bin/phplint --no-cache --no-progress -v

0 commit comments

Comments
 (0)