Update release step to use php8 as it produces slightly different output wrt white-space, fixes #9746

main
Jordi Boggiano 3 years ago
parent 812207c823
commit 06003f4da6
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -22,7 +22,7 @@ jobs:
coverage: "none"
extensions: "intl"
ini-values: "memory_limit=-1"
php-version: "7.4"
php-version: "8.0"
- name: "Install dependencies from composer.lock using composer binary provided by system"
run: "composer install ${{ env.COMPOSER_FLAGS }}"

Loading…
Cancel
Save