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 d23401d commit 1d453beCopy full SHA for 1d453be
.github/workflows/phpunit.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: shivammathur/setup-php@v1
19
with:
20
php-version: ${{ matrix.php-versions }}
21
- extensions: mbstring
+ extensions: mbstring, gd
22
23
- name: Validate composer.json
24
run: composer validate
0 commit comments