Skip to content

Commit

Permalink
Ensure GD extension is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 29, 2024
1 parent 1b280da commit 365140a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: gd
ini-values: date.timezone=Europe/Berlin

- name: Validate composer.json and composer.lock
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: gd
ini-values: date.timezone=Europe/Berlin

- name: Get Composer Cache Directory
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
extensions: gd
ini-values: date.timezone=Europe/Berlin

- name: Install dependencies
Expand Down

0 comments on commit 365140a

Please sign in to comment.