8000 Fix CI · mpdude/symfony@427e314 · GitHub
[go: up one dir, main page]

Skip to content

Commit 427e314

Browse files
Fix CI
1 parent 4eb10ea commit 427e314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install:
5757
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
5858
- git config --global user.email ""
5959
- 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)
6161
- php .github/build-packages.php "HEAD^" %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
6262
- SET "SYMFONY_REQUIRE=>=%SYMFONY_VERSION%"
6363
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ install:
213213
git config --global user.email ""
214214
git config --global user.name "Symfony"
215215
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]*')
217217
218218
if [[ ! $deps ]]; then
219219
php .github/build-packages.php HEAD^ $SYMFONY_VERSION src/Symfony/Bridge/PhpUnit

0 commit comments

Comments
 (0)
0