Skip to content

Commit d935297

Browse files
staabmondrejmirtes
authored andcommitted
Fix "Unexpected input(s) 'extensions', valid inputs are ['php-version', 'php-extensions', 'build-infection-path']"
1 parent 8532ceb commit d935297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
- uses: ./build-infection/.github/actions/setup-php
247247
with:
248248
php-version: "${{ matrix.php-version }}"
249-
extensions: mbstring
249+
php-extensions: mbstring
250250

251251
- name: "Install dependencies"
252252
run: "composer install --no-interaction --no-progress"

0 commit comments

Comments
 (0)