File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
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
@@ -32,19 +30,19 @@ script:
32
30
- vendor/bin/phpstan analyse --no-progress # Run PHPStan
33
31
- vendor/bin/psalm --show-info=false # run psalm
34
32
- if [ "${DEPENDENCIES}" = "highest" ]; then vendor/bin/phan -i; fi; # Run phan
35
- - 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
33
+ - 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
36
34
37
35
jobs :
38
36
include :
39
37
- stage : Test
40
- name : PHP:7.3 Windows
38
+ name : PHP:7.4 Windows
41
39
os : windows
42
40
cache :
43
41
directories :
44
42
- C:/Users/travis/AppData/Local/Composer
45
43
language : sh # No PHP currently
46
44
env :
47
- - PHP_VERSION=7.3
45
+ - PHP_VERSION=7.4
48
46
- DEPENDENCIES=lowest
49
47
install :
50
48
- 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 29
29
"vimeo/psalm" : " ^3.8"
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.0.2" ,
You can’t perform that action at this time.
0 commit comments