We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad50013 commit b1b27bcCopy full SHA for b1b27bc
.github/workflows/build-ci.yml
@@ -32,10 +32,11 @@ jobs:
32
steps:
33
- uses: actions/checkout@v2
34
- uses: shivammathur/setup-php@v2
35
- php-version: ${{ matrix.php }}
36
- extensions: curl,mbstring,xdebug
37
- coverage: xdebug
38
- tools: composer
+ with:
+ php-version: ${{ matrix.php }}
+ extensions: curl,mbstring,xdebug
+ coverage: xdebug
39
+ tools: composer
40
- name: Show PHP version
41
run: php -v && composer -V
42
- name: Show Docker version
0 commit comments