Skip to content

Commit 5e9d505

Browse files
minor #447 Fix the appveyor CI setup (stof)
This PR was merged into the 1.x branch. Discussion ---------- Fix the appveyor CI setup this is the same fix than #441 but for appveyor as the previous PR handled only the GitHub Actions config. Commits ------- 3155f1d Fix the appveyor CI setup
2 parents 0ff8876 + 3155f1d commit 5e9d505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
- appveyor DownloadFile https://github.com/composer/composer/releases/download/2.0.12/composer.phar
4141
- cd c:\projects\polyfill
4242
- mkdir %APPDATA%\Composer && copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
43-
- SET COMPOSER_ROOT_VERSION=dev-main
43+
- SET COMPOSER_ROOT_VERSION=1.x-dev
4444
- composer update --prefer-source --no-progress --ansi
4545

4646
test_script:

0 commit comments

Comments
 (0)