Skip to content

Commit

Permalink
Fix CI php version
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Nov 20, 2024
1 parent 45e03ee commit 0498eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "8.1"
php_extensions: ctype curl dom hash iconv intl gd json mbstring openssl session simplexml xml zip zlib pdo_mysql exif
php_version: "8.2"
php_extensions: ctype curl dom hash iconv intl gd json mbstring openssl session simplexml xml zip zlib pdo_mysql exif pcntl soap
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 0498eae

Please sign in to comment.