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 10
10
- uses : actions/checkout@v2
11
11
- uses : shivammathur/setup-php@v2
12
12
with :
13
- php-version : 7.4
13
+ php-version : 7.1
14
14
coverage : none
15
15
16
16
- run : composer create-project nette/code-checker temp/code-checker ^3 --no-progress
27
27
php-version : 7.4
28
28
coverage : none
29
29
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 31
31
32
32
33
33
- name : Nette Code Checker
34
- php : 7.4
35
34
install :
36
35
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
37
36
script :
41
40
- name : Nette Coding Standard
42
41
php : 7.4
43
42
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
45
44
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
47
46
48
47
49
48
- stage : Static Analysis (informative)
You can’t perform that action at this time.
0 commit comments