Skip to content

Commit 57886bd

Browse files
committed
Upgrade XP runners
1 parent 4817d16 commit 57886bd

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
@@ -15,7 +15,7 @@ install:
1515
- if %CACHED%==0 cd .\xp
1616
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.2.11-nts-Win32-vs16-x64.zip
1717
- 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
18+
- 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
1919
- if %CACHED%==0 7z x php.zip -y
2020
- if %CACHED%==0 7z x xp.zip -y
2121
- if %CACHED%==0 cd ..

0 commit comments

Comments
 (0)