Skip to content

Commit

Permalink
Update appveyor to php 7.4 (webmozarts#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
BackEndTea authored Dec 4, 2019
1 parent 573381c commit 07f51c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y php composer
- refreshenv
- cd c:\tools\php73
- cd c:\tools\php74
- copy php.ini-production php.ini /Y
- echo date.timezone="UTC" >> php.ini
- echo extension_dir=ext >> php.ini
Expand Down

0 comments on commit 07f51c1

Please sign in to comment.