File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ install:
48
48
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
49
49
- git config --global user.email ""
50
50
- git config --global user.name "Symfony"
51
- - FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep branch-version composer.json | grep -o '[0-9.]*'"`) DO (SET SYMFONY_VERSION=%%F)
51
+ - FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep branch-version composer.json | grep -o '[0-9.x ]*'"`) DO (SET SYMFONY_VERSION=%%F)
52
52
- php .github/build-packages.php "HEAD^" %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit src\Symfony\Contracts
53
53
- SET "SYMFONY_REQUIRE=>=%SYMFONY_VERSION%"
54
54
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
Original file line number Diff line number Diff line change 57
57
run : |
58
58
COMPOSER_HOME="$(composer config home)"
59
59
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
60
- echo "COMPOSER_ROOT_VERSION=$(grep branch-version composer.json | grep -o '[0-9.]*').x-dev" >> $GITHUB_ENV
60
+ echo "COMPOSER_ROOT_VERSION=$(grep branch-version composer.json | grep -o '[0-9.x ]*').x-dev" >> $GITHUB_ENV
61
61
62
62
- name : Determine composer cache directory
63
63
id : composer-cache
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ install:
199
199
git config --global user.email ""
200
200
git config --global user.name "Symfony"
201
201
202
- export SYMFONY_VERSION=$(grep branch-version composer.json | grep -o '[0-9.]*')
202
+ export SYMFONY_VERSION=$(grep branch-version composer.json | grep -o '[0-9.x ]*')
203
203
204
204
if [[ ! $deps ]]; then
205
205
php .github/build-packages.php HEAD^ $SYMFONY_VERSION src/Symfony/Bridge/PhpUnit src/Symfony/Contracts
You can’t perform that action at this time.
0 commit comments