Skip to content

Commit 4ef1389

Browse files
committed
minor symfony#58793 fix referencing the SYMFONY_VERSION env var (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- fix referencing the SYMFONY_VERSION env var | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT spotted while debugging failures in symfony#58370 Commits ------- f92c12b fix referencing the SYMFONY_VERSION env var
2 parents 05ab010 + f92c12b commit 4ef1389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
$env:SYMFONY_VERSION=(Select-String -CaseSensitive -Pattern " VERSION =" -SimpleMatch -Path src/Symfony/Component/HttpKernel/Kernel.php | Select Line | Select-String -Pattern "([0-9][0-9]*\.[0-9])").Matches.Value
8787
$env:COMPOSER_ROOT_VERSION=$env:SYMFONY_VERSION + ".x-dev"
8888
89-
php .github/build-packages.php HEAD^ %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
89+
php .github/build-packages.php HEAD^ $env:SYMFONY_VERSION src\Symfony\Bridge\PhpUnit
9090
php composer.phar update --no-progress --ansi
9191
9292
- name: Install PHPUnit

0 commit comments

Comments
 (0)