Skip to content

Commit

Permalink
ci: Enable GD extension.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
  • Loading branch information
drupol committed Oct 11, 2020
1 parent 1b07b0d commit 07b0868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring,xdebug
extensions: gd,mbstring,xdebug

- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit 07b0868

Please sign in to comment.