We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4817d16 commit 57886bdCopy full SHA for 57886bd
appveyor.yml
@@ -15,7 +15,7 @@ install:
15
- if %CACHED%==0 cd .\xp
16
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.2.11-nts-Win32-vs16-x64.zip
17
- if %CACHED%==0 appveyor DownloadFile https://getcomposer.org/composer.phar
18
- - if %CACHED%==0 appveyor DownloadFile https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/z/zip/xp-runners_8.5.3.zip -FileName xp.zip
+ - if %CACHED%==0 appveyor DownloadFile https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/z/zip/xp-runners_8.7.0.zip -FileName xp.zip
19
- if %CACHED%==0 7z x php.zip -y
20
- if %CACHED%==0 7z x xp.zip -y
21
- if %CACHED%==0 cd ..
0 commit comments