Skip to content

Commit afc38d7

Browse files
committed
Download XP runners from GitHub
1 parent 3d04aaa commit afc38d7

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
@@ -16,7 +16,7 @@ install:
1616
- if %CACHED%==0 cd .\xp
1717
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.3.16-nts-Win32-vs16-x64.zip
1818
- 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
19+
- 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
2020
- if %CACHED%==0 7z x php.zip -y
2121
- if %CACHED%==0 7z x xp.zip -y
2222
- if %CACHED%==0 echo extension_dir=%cd%\ext >> php.ini

0 commit comments

Comments
 (0)