Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
appveyor updated to php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed May 28, 2018
1 parent fbcab8e commit 188e350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -13,8 +13,8 @@ install:
- SET PATH=C:\Program Files\curl;%PATH%
- sc config wuauserv start= auto
- net start wuauserv
- cinst -y php --version 7.1.13
- cd c:\tools\php71
- cinst -y php --version 7.2.4
- cd c:\tools\php72
- copy php.ini-production php.ini
- echo date.timezone="UTC" >> php.ini
- echo mbstring.http_input=pass >> php.ini
Expand All @@ -24,9 +24,9 @@ install:
- echo extension=php_openssl.dll >> php.ini
- echo extension=php_curl.dll >> php.ini
- cd C:\projects\better-serializer-bundle
- SET PATH=C:\tools\php71;%PATH%
- SET PATH=C:\tools\php72;%PATH%
- php -r "readfile('http://getcomposer.org/installer');" | php
- php composer.phar install --prefer-source --no-interaction
- php composer.phar install --prefer-source --no-interaction --no-scripts

test_script:
- cd C:\projects\better-serializer-bundle
Expand Down

0 comments on commit 188e350

Please sign in to comment.