File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3
3
- linux
4
4
language : php
5
5
php :
6
- - 7.2
7
- - 7.3
8
6
- 7.4
9
7
env :
10
8
- DEPENDENCIES=lowest
@@ -38,19 +36,19 @@ script:
38
36
- vendor/bin/phpstan analyse --no-progress # Run PHPStan
39
37
- vendor/bin/psalm --show-info=false # run psalm
40
38
- if [ "${DEPENDENCIES}" = "highest" ]; then vendor/bin/phan; fi; # Run phan
41
- - if [ "${TRAVIS_PHP_VERSION}" != "7.3 " ]; then php -d zend_extension=xdebug.so vendor/bin/phpunit --coverage-clover=coverage.xml; fi; # Generate Code coverage report
39
+ - if [ "${TRAVIS_PHP_VERSION}" != "7.4 " ]; then php -d zend_extension=xdebug.so vendor/bin/phpunit --coverage-clover=coverage.xml; fi; # Generate Code coverage report
42
40
43
41
jobs :
44
42
include :
45
43
- stage : Test
46
- name : PHP:7.3 Windows
44
+ name : PHP:7.4 Windows
47
45
os : windows
48
46
cache :
49
47
directories :
50
48
- C:/Users/travis/AppData/Local/Composer
51
49
language : sh # No PHP currently
52
50
env :
53
- - PHP_VERSION=7.3
51
+ - PHP_VERSION=7.4
54
52
- DEPENDENCIES=lowest
55
53
install :
56
54
- export EXACT_PHP_VERSION=$(choco search php --exact --all-versions --limit-output | grep $PHP_VERSION | cut -d \| -f 2)
Original file line number Diff line number Diff line change 26
26
"phpstan/phpstan" : " ^0.12.33" ,
27
27
"phpstan/phpstan-strict-rules" : " ^0.12" ,
28
28
"phpunit/phpunit" : " ^7.0" ,
29
- "vimeo/psalm" : " ^3.8 "
29
+ "vimeo/psalm" : " ^4.0 "
30
30
},
31
31
"require" : {
32
- "php" : " ~7.2 " ,
32
+ "php" : " ~7.4 " ,
33
33
"dealerdirect/phpcodesniffer-composer-installer" : " ~0.7" ,
34
34
"escapestudios/symfony2-coding-standard" : " ^3.10.0" ,
35
35
"slevomat/coding-standard" : " ^6.2.0" ,
You can’t perform that action at this time.
0 commit comments