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 6329930 commit d954402Copy full SHA for d954402
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
php-version: ${{ matrix.php-versions }}
34
extensions: mbstring, intl, gd, imagick, zip, dom, pgsql
35
+ tools: php-cs-fixer, phpunit:${{ matrix.phpunit-versions }}
36
env:
37
update: ${{ matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
38
- name: Get composer cache directory
0 commit comments