From 06003f4da686acbf2df237cd77985516339242b6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 9 Mar 2021 15:27:35 +0100 Subject: [PATCH] Update release step to use php8 as it produces slightly different output wrt white-space, fixes #9746 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7255735d8..e2631ed1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}"