1
0
Fork 0

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

pull/9734/head
Jordi Boggiano 2021-03-09 15:27:35 +01:00
parent 812207c823
commit 06003f4da6
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"