Always run "Setup PHP" steps

This commit is contained in:
Nicolas Grekas
2022-02-19 11:43:56 +01:00
parent 07cc58ffd1
commit e4e77c5dec
+2
View File
@@ -239,6 +239,7 @@ jobs:
-
name: Setup PHP 7.4
if: "always() && steps.config.outcome == 'success'"
uses: shivammathur/setup-php@v2
with:
coverage: "none"
@@ -266,6 +267,7 @@ jobs:
-
name: Setup PHP 8.1
if: "always() && steps.config.outcome == 'success'"
uses: shivammathur/setup-php@v2
with:
coverage: "none"