8000 fix referencing the SYMFONY_VERSION env var · symfony/symfony@bf3f509 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf3f509

Browse files
committed
fix referencing the SYMFONY_VERSION env var
1 parent 2c7c4ba commit bf3f509

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)
0