File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,26 +30,29 @@ jobs:
3030
3131
3232 - name : Nette Code Checker
33+ php : 7.4
3334 install :
3435 - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
3536 script :
3637 - php temp/code-checker/code-checker --strict-types
3738
3839
3940 - name : Nette Coding Standard
41+ php : 7.4
4042 install :
4143 - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
4244 script :
4345 - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
4446
4547
4648 - stage : Static Analysis (informative)
49+ php : 7.4
4750 script :
4851 - composer run-script phpstan
4952
5053
5154 - stage : Code Coverage
52- php : 7.2
55+ php : 7.4
5356 script :
5457 - vendor/bin/tester -p phpdbg tests -s -c tests/php-unix.ini --coverage ./coverage.xml --coverage-src ./src
5558 after_script :
You can’t perform that action at this time.
0 commit comments