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 @@ -27,25 +27,29 @@ jobs:
2727
2828
2929 - name : Nette Code Checker
30+ php : 7.4
3031 install :
3132 - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
3233 script :
3334 - php temp/code-checker/code-checker --strict-types
3435
3536
3637 - name : Nette Coding Standard
38+ php : 7.4
3739 install :
3840 - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
3941 script :
4042 - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
4143
4244
4345 - stage : Static Analysis (informative)
46+ php : 7.4
4447 script :
4548 - composer run-script phpstan
4649
4750
4851 - stage : Code Coverage
52+ php : 7.4
4953 script :
5054 - vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src
5155 after_script :
You can’t perform that action at this time.
0 commit comments