Skip to content

Commit

Permalink
Pinning PHP version for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed May 23, 2017
1 parent e0ca6b4 commit a90bf83
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 @@ -2,7 +2,7 @@ build: false
skip_tags: true
clone_depth: 1
install:
- cinst php
- cinst php --version 7.0.9
- php -r "readfile('http://getcomposer.org/installer');" | php
- php composer.phar install --no-interaction --no-progress -vvv

Expand Down

0 comments on commit a90bf83

Please sign in to comment.