Skip to content

Commit

Permalink
Appveyor: use stable composer, test against 7.4 too
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Apr 15, 2020
1 parent bc3c8a3 commit 5a09325
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 @@ -11,6 +11,7 @@ environment:
matrix:
- PHP_VERSION: '7.2.19'
- PHP_VERSION: '7.3.7'
- PHP_VERSION: '7.4.3'

matrix:
fast_finish: true
Expand All @@ -33,8 +34,8 @@ install:
- IF NOT EXIST php-installed.txt echo extension=php_openssl.dll >> php.ini
- IF NOT EXIST php-installed.txt echo extension=php_mbstring.dll >> php.ini
- IF NOT EXIST php-installed.txt echo extension=php_gd2.dll >> php.ini
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer.phar
- IF NOT EXIST php-installed.txt echo @php %%~dp0composer.phar %%* > composer.bat
- IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer-stable.phar
- IF NOT EXIST php-installed.txt echo @php %%~dp0composer-stable.phar %%* > composer.bat
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
- cd c:\php-blurhash

Expand Down

0 comments on commit 5a09325

Please sign in to comment.