File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,25 +37,29 @@ jobs:
3737
3838
3939 - name : Nette Code Checker
40+ php : 7.4
4041 install :
4142 - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
4243 script :
4344 - php temp/code-checker/code-checker --strict-types
4445
4546
4647 - name : Nette Coding Standard
48+ php : 7.4
4749 install :
4850 - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
4951 script :
5052 - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
5153
5254
5355 - stage : Static Analysis (informative)
56+ php : 7.4
5457 script :
5558 - composer run-script phpstan
5659
5760
5861 - stage : Code Coverage
62+ php : 7.4
5963 script :
6064 - vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src
6165 after_script :
You can’t perform that action at this time.
0 commit comments