Skip to content

Commit

Permalink
Upgrade PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 19, 2023
1 parent db6117b commit fefe97f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.0.2-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.5.3.zip -FileName xp.zip
- if %CACHED%==0 7z x php.zip -y
Expand All @@ -40,4 +40,5 @@ install:
test_script:
- php -d extension_dir=.\xp\ext -d extension=php_openssl.dll .\xp\composer.phar install --prefer-dist
- echo vendor/autoload.php > composer.pth
- xp test src/test/php
- xp test src/test/php
- xp test src/it/php

0 comments on commit fefe97f

Please sign in to comment.