Skip to content

Commit 3155f1d

Browse files
authored
Fix the appveyor CI setup
1 parent 2e000ff commit 3155f1d

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)