File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ install:
57
57
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
58
58
- git config --global user.email ""
59
59
- git config --global user.name "Symfony"
60
- - FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep branch-version composer.json | grep -o '[0-9.]*'"`) DO (SET SYMFONY_VERSION=%%F)
60
+ - FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep branch-version composer.json | grep -o '[0-9.x ]*'"`) DO (SET SYMFONY_VERSION=%%F)
61
61
- php .github/build-packages.php "HEAD^" %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
62
62
- SET "SYMFONY_REQUIRE=>=%SYMFONY_VERSION%"
63
63
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ install:
213
213
git config --global user.email ""
214
214
git config --global user.name "Symfony"
215
215
216
- export SYMFONY_VERSION=$(grep branch-version composer.json | grep -o '[0-9.]*')
216
+ export SYMFONY_VERSION=$(grep branch-version composer.json | grep -o '[0-9.x ]*')
217
217
218
218
if [[ ! $deps ]]; then
219
219
php .github/build-packages.php HEAD^ $SYMFONY_VERSION src/Symfony/Bridge/PhpUnit
You can’t perform that action at this time.
0 commit comments