Skip to content

Commit

Permalink
Merge pull request #683 from nextcloud/CI/add-gd-extension
Browse files Browse the repository at this point in the history
add gd extension in release workflows
  • Loading branch information
nabim777 authored Aug 15, 2024
2 parents f379463 + 55b927f commit 4f511e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d
with:
php-version: '8.2'
extensions: mbstring, intl, sqlite3
extensions: mbstring, intl, sqlite3, gd
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
tools: php-cs-fixer, phpunit
Expand Down

0 comments on commit 4f511e4

Please sign in to comment.