8000 minor #44237 Remove flex from appveyor (nicolas-grekas) · symfony/symfony@af881a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit af881a9

Browse files
minor #44237 Remove flex from appveyor (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- Remove flex from appveyor | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - It's not needed anymore with composer 2. Commits ------- 0e1717a Remove flex from appveyor
2 parents 04b0574 + 0e1717a commit af881a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,10 @@ install:
4848
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/2.0.0/composer.phar)
4949
- php composer.phar self-update --2
5050
- copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
51-
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
5251
- git config --global user.email ""
5352
- git config --global user.name "Symfony"
5453
- 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)
5554
- php .github/build-packages.php HEAD^ %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
56-
- SET "SYMFONY_REQUIRE=>=%SYMFONY_VERSION%"
5755
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
5856
- php composer.phar update --no-progress --ansi
5957
- php phpunit install

0 commit comments

Comments
 (0)
0