File tree 2 files changed +5
-6
lines changed
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@v1
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 33
33
34
34
35
35
- name : Nette Code Checker
36
- php : 7.4
37
36
install :
38
37
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
39
38
script :
43
42
- name : Nette Coding Standard
44
43
php : 7.4
45
44
install :
46
- - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
45
+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
47
46
script :
48
- - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
47
+ - php temp/coding-standard/ecs check
49
48
50
49
51
50
- stage : Static Analysis (informative)
You can’t perform that action at this time.
0 commit comments