File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,14 @@ jobs:
27
27
28
28
steps :
29
29
- name : " Checkout"
30
- uses : " actions/checkout@v2 "
30
+ uses : " actions/checkout@v4 "
31
31
with :
32
32
fetch-depth : 2
33
33
34
34
- name : " Install PHP"
35
35
uses : " shivammathur/setup-php@v2"
36
36
with :
37
37
php-version : " ${{ matrix.php-version }}"
38
- coverage : " pcov"
39
38
ini-values : " zend.assertions=1"
40
39
41
40
- name : " Install dependencies with Composer"
44
43
dependency-versions : " ${{ matrix.dependencies }}"
45
44
46
45
- name : " Run PHPUnit"
47
- run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
48
-
49
- - name : " Upload coverage file"
50
- uses : " actions/upload-artifact@v2"
51
- with :
52
- name : " phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage"
53
- path : " coverage.xml"
46
+ run : " vendor/bin/phpunit"
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Psalm
19
19
uses : docker://vimeo/psalm-github-actions:4.9.3
You can’t perform that action at this time.
0 commit comments