File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33 analysis :
44 environment :
55 php :
6- version : 7.2
6+ version : 7.3
77 cache :
88 disabled : false
99 directories :
Original file line number Diff line number Diff line change 77 - $HOME/.composer/cache
88
99php :
10- - 7.2
1110 - 7.3
11+ - 7.4
1212 - nightly
1313
1414before_install :
2525 - php : nightly
2626
2727 include :
28- - stage : Test
28+ - stage : Test
2929 name : Coverage
30- php : 7.2
30+ php : 7.3
3131 before_script :
3232 - mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
3333 - if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
@@ -36,11 +36,11 @@ jobs:
3636 - wget https://github.com/scrutinizer-ci/ocular/releases/download/1.5.2/ocular.phar
3737 - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
3838
39- - stage : Code Quality
39+ - stage : Code Quality
4040 name : Coding Standard
41- php : 7.2
41+ php : 7.3
4242 script : ./vendor/bin/phpcs
43- - name : Static Analysis
44- php : 7.2
43+ - name : Static Analysis
44+ php : 7.3
4545 script : ./vendor/bin/phpstan analyse
4646
Original file line number Diff line number Diff line change 1313 "sort-packages" : true
1414 },
1515 "require" : {
16- "php" : " ^7.2 ||^8.0" ,
16+ "php" : " ^7.3 ||^8.0" ,
1717 "thecodingmachine/safe" : " ^1.0.2" ,
1818 "webonyx/graphql-php" : " ^0.12||^0.13"
1919 },
2222 "phpstan/phpstan" : " 0.12.25" ,
2323 "phpstan/phpstan-phpunit" : " 0.12.10" ,
2424 "phpstan/phpstan-strict-rules" : " 0.12.2" ,
25- "phpunit/phpunit" : " ^8.5 " ,
25+ "phpunit/phpunit" : " ^9.0 " ,
2626 "thecodingmachine/phpstan-safe-rule" : " ^1.0"
2727 },
2828 "autoload" : {
You can’t perform that action at this time.
0 commit comments