Skip to content

Commit

Permalink
[CI] Set php extension in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Dec 20, 2024
1 parent 5d80331 commit 7909d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: php-actions/composer@v6
with:
php_version: "8.2"
php_extensions: ctype curl fileinfo gd intl json mbstring sodium openssl pgsql pcre simplexml tokenizer xml zip imap soap bcmath ldap mongodb
# php_extensions: fileinfo json mbstring sodium openssl pgsql pcre simplexml tokenizer xml imap soap bcmath ldap mongodb
php_extensions: ctype curl gd intl pcntl zip
args: --no-plugins
- name: Php cs fixer
run: php ./vendor/bin/php-cs-fixer fix --diff --dry-run src
Expand Down

0 comments on commit 7909d98

Please sign in to comment.