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 c3208ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "8.1"
php_version: "8.2"
php_extensions: ctype curl dom hash iconv intl gd json mbstring openssl session simplexml xml zip zlib pdo_mysql exif
args: --no-plugins
- name: Php cs fixer
Expand Down

0 comments on commit c3208ae

Please sign in to comment.