mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Always run "Setup PHP" steps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user