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 fca1ede commit e4942d0Copy full SHA for e4942d0
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
28
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
29
30
- - name: Install PHP 7 dependencies
+ - name: Install dependencies
31
run: composer update --no-interaction --no-progress
32
33
- name: Tests
0 commit comments