File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 - uses : shivammathur/setup-php@v2
1212 with :
13- php-version : 7.4
13+ php-version : 7.1
1414 coverage : none
1515
1616 - run : composer create-project nette/code-checker temp/code-checker ^3 --no-progress
2727 php-version : 7.4
2828 coverage : none
2929
30- - run : composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
31- - run : php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
30+ - run : composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
31+ - run : php temp/coding-standard/ecs check
Original file line number Diff line number Diff line change 3131
3232
3333 - name : Nette Code Checker
34- php : 7.4
3534 install :
3635 - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
3736 script :
4140 - name : Nette Coding Standard
4241 php : 7.4
4342 install :
44- - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
43+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
4544 script :
46- - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
45+ - php temp/coding-standard/ecs check
4746
4847
4948 - stage : Static Analysis (informative)
You can’t perform that action at this time.
0 commit comments