Skip to content

Commit

Permalink
adding extension gd for github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Feb 3, 2024
1 parent e62b401 commit 5067e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: gd
- name: Checkout Code
uses: actions/checkout@v4
- name: Get Composer Cache Directory
Expand Down

0 comments on commit 5067e2a

Please sign in to comment.