Skip to content

Commit

Permalink
Enable GD extension
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 29, 2024
1 parent 6c1752d commit 5abcdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: com_dotnet
extensions: com_dotnet, gd
ini-values: date.timezone=Europe/Berlin

- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit 5abcdd4

Please sign in to comment.