Skip to content

Commit bde8ac9

Browse files
committed
Fix linter-workflow
1 parent e049a22 commit bde8ac9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/reusable_phplinter.yml

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

0 commit comments

Comments
 (0)