Skip to content

Commit

Permalink
ci(test): install gd php extension
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny authored and Pytal committed Apr 1, 2024
1 parent 9132712 commit f8b4bac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
extensions: mbstring, iconv, fileinfo, intl, gd, sqlite, pdo_sqlite
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
extensions: mbstring, iconv, fileinfo, intl, gd, mysql, pdo_mysql
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
extensions: mbstring, iconv, fileinfo, intl, gd, pgsql, pdo_pgsql
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, oci8
extensions: mbstring, iconv, fileinfo, intl, gd, oci8
coverage: none

- name: Set up PHPUnit
Expand Down

0 comments on commit f8b4bac

Please sign in to comment.