Skip to content

Commit

Permalink
add php extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcohanke committed Sep 23, 2023
1 parent 783a2f2 commit 4f3b9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: gd, intl, pdo_mysql
extensions: gd, intl, pdo_mysql, iconv
coverage: none # disable xdebug, pcov

# download the latest REDAXO release and unzip it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rexstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: gd, intl, pdo_mysql
extensions: gd, intl, pdo_mysql, iconv
coverage: none # disable xdebug, pcov

# download the latest REDAXO release and unzip it
Expand Down

0 comments on commit 4f3b9e6

Please sign in to comment.