Skip to content

Commit 6f2312c

Browse files
committed
Fix php7.3 compatibility
Signed-off-by: Joas Schilling <[email protected]>
1 parent 76d3511 commit 6f2312c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: shivammathur/setup-php@v2
121121
with:
122122
php-version: ${{ matrix.php-versions }}
123-
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
123+
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, gd, zip
124124
tools: phpunit:8.5.2
125125
coverage: none
126126

0 commit comments

Comments
 (0)