File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
./vendor/bin/phpcs --standard=PSR12 src/ tests/
34
34
./vendor/bin/phpmd src/ text src/stubs/phpmd.xml --exclude vendor
35
35
- name : codecov
36
- uses : codecov/codecov-action@v1
36
+ uses : codecov/codecov-action@v2
37
37
with :
38
38
name : laravel-6
Original file line number Diff line number Diff line change 33
33
./vendor/bin/phpcs --standard=PSR12 src/ tests/
34
34
./vendor/bin/phpmd src/ text src/stubs/phpmd.xml --exclude vendor
35
35
- name : codecov
36
- uses : codecov/codecov-action@v1
36
+ uses : codecov/codecov-action@v2
37
37
with :
38
38
name : laravel-7
Original file line number Diff line number Diff line change 33
33
./vendor/bin/phpcs --standard=PSR12 src/ tests/
34
34
./vendor/bin/phpmd src/ text src/stubs/phpmd.xml --exclude vendor
35
35
- name : codecov
36
- uses : codecov/codecov-action@v1
36
+ uses : codecov/codecov-action@v2
37
37
with :
38
38
name : laravel-8
You can’t perform that action at this time.
0 commit comments