Skip to content

Commit

Permalink
Add missing php extensions for workflows (copy from gateway dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Sep 21, 2023
1 parent 22773a4 commit 6cdf27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: php-actions/composer@v6
with:
php_version: "7.4"
php_extensions: redis exif mongodb zip
php_extensions: redis exif mongodb intl pdo_pgsql zip mysqli pdo_mysql pcntl gd gmp
version: 2.x
command: require clean/phpdoc-md
- name: Build the docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: php-actions/composer@v6
with:
php_version: "7.4"
php_extensions: redis exif
php_extensions: redis exif mongodb intl pdo_pgsql zip mysqli pdo_mysql pcntl gd gmp
version: 2.x
command: require symfony/test-pack
- name: Run tests
Expand Down

0 comments on commit 6cdf27d

Please sign in to comment.