Skip to content

Commit 1d453be

Browse files
committed
Add gd
1 parent d23401d commit 1d453be

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v1
1919
with:
2020
php-version: ${{ matrix.php-versions }}
21-
extensions: mbstring
21+
extensions: mbstring, gd
2222

2323
- name: Validate composer.json
2424
run: composer validate

0 commit comments

Comments
 (0)