Skip to content

Commit b1b27bc

Browse files
committed
Fix syntax error
1 parent ad50013 commit b1b27bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v2
3434
- uses: shivammathur/setup-php@v2
35-
php-version: ${{ matrix.php }}
36-
extensions: curl,mbstring,xdebug
37-
coverage: xdebug
38-
tools: composer
35+
with:
36+
php-version: ${{ matrix.php }}
37+
extensions: curl,mbstring,xdebug
38+
coverage: xdebug
39+
tools: composer
3940
- name: Show PHP version
4041
run: php -v && composer -V
4142
- name: Show Docker version

0 commit comments

Comments
 (0)