Skip to content

Commit d12e129

Browse files
committed
ci: fix shivammathur/setup-php tool name (php-parallel-lint → parallel-lint)
The 'php-parallel-lint' tool name is not recognised by shivammathur/setup-php@v2; the canonical name is 'parallel-lint'. This was causing all PHP lint matrix jobs to fail with 'parallel-lint: command not found'.
1 parent eaaf449 commit d12e129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: shivammathur/setup-php@v2
2929
with:
3030
php-version: ${{ matrix.php }}
31-
tools: php-parallel-lint
31+
tools: parallel-lint
3232
coverage: none
3333

3434
- name: Lint PHP files

0 commit comments

Comments
 (0)