File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 67
67
run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
68
68
69
69
- name : " Upload coverage file"
70
- uses : " actions/upload-artifact@v2 "
70
+ uses : " actions/upload-artifact@v4 "
71
71
with :
72
72
name : " phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.dbal-version }}.coverage"
73
73
path : " coverage.xml"
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Validate composer.json and composer.lock
18
18
run : composer validate --strict
19
19
20
20
- name : Cache Composer packages
21
21
id : composer-cache
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : vendor
25
25
key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ composer.lock
4
4
/.phpcs-cache
5
5
/coverage /
6
6
/.phpunit.cache /
7
+ .phpunit.result.cache
You can’t perform that action at this time.
0 commit comments