Skip to content

Commit

Permalink
Upgrade PHP, XP runners
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 20, 2023
1 parent f8838c7 commit cb53c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ init:
install:
- if exist .\xp (set CACHED=1) else (mkdir .\xp)
- if %CACHED%==0 cd .\xp
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.2.6-nts-Win32-vs16-x64.zip
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.2.11-nts-Win32-vs16-x64.zip
- if %CACHED%==0 appveyor DownloadFile https://getcomposer.org/composer.phar
- if %CACHED%==0 appveyor DownloadFile https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/z/zip/xp-runners_8.6.2.zip -FileName xp.zip
- 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 7z x php.zip -y
- if %CACHED%==0 7z x xp.zip -y
- if %CACHED%==0 echo extension_dir=%cd%\ext >> php.ini
Expand Down

0 comments on commit cb53c07

Please sign in to comment.