File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - ' 7.0'
5
- - ' 7.2'
4
+ - ' 7.4'
6
5
7
6
git :
8
7
depth : 10
33
32
before_install :
34
33
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
35
34
- brew update
36
- - brew install php@7.1
37
- - brew link --force --overwrite php@7.1
38
- - pecl install xdebug-2.6.0
35
+ - brew install php@7.4
36
+ - brew link --force --overwrite php@7.4
37
+ - pecl install xdebug-2.9.8
39
38
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
40
39
- php composer-setup.php
41
40
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
Original file line number Diff line number Diff line change 16
16
environment :
17
17
ANSICON : 121x90 (121x90)
18
18
matrix :
19
- - { PHP_VERSION: '7.1.11 ', VC_VERSION: '14 ', XDEBUG_VERSION: '2.5.5 ' }
19
+ - { PHP_VERSION: '7.4.23 ', VC_VERSION: '15 ', XDEBUG_VERSION: '2.9.8 ' }
20
20
21
21
install :
22
22
# Enable Windows Update service, needed to install vcredist2015 (dependency of php)
@@ -30,7 +30,7 @@ install:
30
30
- ps : |
31
31
$client = New-Object System.Net.WebClient
32
32
$phpMinorVersion = $env:PHP_VERSION -replace '\.\d+$'
33
- $xdebugUrl = "https://xdebug.org/files/php_xdebug-$env:XDEBUG_VERSION-$phpMinorVersion-vc14 -nts-x86_64.dll"
33
+ $xdebugUrl = "https://xdebug.org/files/php_xdebug-$env:XDEBUG_VERSION-$phpMinorVersion-vc15 -nts-x86_64.dll"
34
34
$phpDir = (Get-Item (Get-Command php).Source).Directory.FullName
35
35
$xdebugPath = Join-Path $phpDir ext\xdebug.dll
36
36
$client.DownloadFile($xdebugUrl, $xdebugPath)
Original file line number Diff line number Diff line change 28
28
"jetbrains/phpstorm-stubs" : " dev-master" ,
29
29
"microsoft/tolerant-php-parser" : " 0.0.*" ,
30
30
"netresearch/jsonmapper" : " ^1.0" ,
31
- "phpdocumentor/reflection-docblock" : " ^4.0.0 " ,
31
+ "phpdocumentor/reflection-docblock" : " ^5.2.2 " ,
32
32
"psr/log" : " ^1.0" ,
33
33
"sabre/event" : " ^5.0" ,
34
34
"sabre/uri" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments