mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
Always run "Setup PHP" steps
This commit is contained in:
@@ -239,6 +239,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Setup PHP 7.4
|
name: Setup PHP 7.4
|
||||||
|
if: "always() && steps.config.outcome == 'success'"
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
coverage: "none"
|
coverage: "none"
|
||||||
@@ -266,6 +267,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Setup PHP 8.1
|
name: Setup PHP 8.1
|
||||||
|
if: "always() && steps.config.outcome == 'success'"
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
coverage: "none"
|
coverage: "none"
|
||||||
|
|||||||
Reference in New Issue
Block a user