File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 include :
55 - php : ' 7.1'
66 - php : ' 7.2'
7+ - php : ' 7.3'
78 env : lint=1
8- - php : ' 7.2 '
9+ - php : ' 7.3 '
910 env : deps=low
1011
1112cache :
1213 directories :
1314 - $HOME/.composer/cache
1415
1516before_install :
16- - if [[ $lint = '1' ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1 /php-cs-fixer.phar; fi
17+ - if [[ $lint = '1' ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.14.2 /php-cs-fixer.phar; fi
1718 - if [[ $lint = '1' ]]; then wget https://github.com/phpstan/phpstan/releases/download/0.10.5/phpstan.phar; fi
1819
1920before_script :
Original file line number Diff line number Diff line change 11build : false
22platform : x86
3- clone_folder : c:\projects\symfony\panther
3+ clone_folder : c:\projects\symfony\mercure-bundle
44
55cache :
66 - ' %LOCALAPPDATA%\Composer\files'
77
88install :
99 - ps : Set-Service wuauserv -StartupType Manual
1010 - refreshenv
11- - cd c:\tools\php72
11+ - cd c:\tools\php73
1212 - copy php.ini-production php.ini /Y
1313 - echo date.timezone="UTC" >> php.ini
1414 - echo extension_dir=ext >> php.ini
You can’t perform that action at this time.
0 commit comments