Skip to content

Commit

Permalink
minor #2344 AppVeyor: enforce PHP version (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.13 branch.

Discussion
----------

AppVeyor: enforce PHP version

newest PHP version on chocolatey (7.0.13) that was release at 28th is broken, let us use previous one

Commits
-------

4e0bbb9 AppVeyor: enforce PHP version
  • Loading branch information
keradus committed Nov 30, 2016
2 parents 4cdef40 + 4e0bbb9 commit 964b7f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ version: dev-{build}
shallow_clone: false
clone_folder: C:\projects\php-cs-fixer

environment:
matrix:
- php_ver: 7.0.9

cache:
- '%APPDATA%\Composer'

install:
- choco install -y php
- choco install -y php -version %php_ver%
- SET PATH=C:\tools\php;%PATH%
- cd C:\tools\php
- copy php.ini-production php.ini
Expand Down

0 comments on commit 964b7f6

Please sign in to comment.