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 040e376 commit 3c26f88Copy full SHA for 3c26f88
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
php-version: ${{ matrix.php-versions }}
31
tools: composer, pecl, phpunit
32
- extensions: intl, json, mbstring, mysqlnd, xdebug, xml, sqlite3
+ extensions: intl, json, mbstring, gd, mysqlnd, xdebug, xml, sqlite3
33
coverage: xdebug
34
35
- name: Get composer cache directory
0 commit comments