Skip to content

Commit d954402

Browse files
committed
test php8 compatibility
1 parent 6329930 commit d954402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
php-version: ${{ matrix.php-versions }}
3434
extensions: mbstring, intl, gd, imagick, zip, dom, pgsql
35+
tools: php-cs-fixer, phpunit:${{ matrix.phpunit-versions }}
3536
env:
3637
update: ${{ matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
3738
- name: Get composer cache directory

0 commit comments

Comments
 (0)