File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
install :
15
15
- if exist .\xp (set CACHED=1) else (mkdir .\xp)
16
16
- if %CACHED%==0 cd .\xp
17
- - if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.4.3 -nts-Win32-vs17 -x64.zip
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
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_9.1 .0.zip -FileName xp.zip
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
20
20
- if %CACHED%==0 7z x php.zip -y
21
21
- if %CACHED%==0 7z x xp.zip -y
22
22
- if %CACHED%==0 echo extension_dir=%cd%\ext >> php.ini
You can’t perform that action at this time.
0 commit comments