File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,10 @@ install:
48
48
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/2.0.0/composer.phar)
49
49
- php composer.phar self-update --2
50
50
- copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
51
- - php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
52
51
- git config --global user.email ""
53
52
- git config --global user.name "Symfony"
54
53
- FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | grep -o '[0-9][0-9]*\.[0-9]'"`) DO (SET SYMFONY_VERSION=%%F)
55
54
- php .github/build-packages.php HEAD^ %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
56
- - SET "SYMFONY_REQUIRE=>=%SYMFONY_VERSION%"
57
55
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
58
56
- php composer.phar update --no-progress --ansi
59
57
- php phpunit install
You can’t perform that action at this time.
0 commit comments