We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d04aaa commit afc38d7Copy full SHA for afc38d7
appveyor.yml
@@ -16,7 +16,7 @@ install:
16
- if %CACHED%==0 cd .\xp
17
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.3.16-nts-Win32-vs16-x64.zip
18
- if %CACHED%==0 appveyor DownloadFile https://getcomposer.org/composer.phar
19
- - if %CACHED%==0 appveyor DownloadFile https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/z/zip/xp-runners_8.8.0.zip -FileName xp.zip
+ - if %CACHED%==0 appveyor DownloadFile https://github.com/xp-runners/reference/releases/download/v9.2.0/xp-runners_9.2.0.zip -FileName xp.zip
20
- if %CACHED%==0 7z x php.zip -y
21
- if %CACHED%==0 7z x xp.zip -y
22
- if %CACHED%==0 echo extension_dir=%cd%\ext >> php.ini
0 commit comments