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 6767 run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
6868
6969 - name : " Upload coverage file"
70- uses : " actions/upload-artifact@v2 "
70+ uses : " actions/upload-artifact@v4 "
7171 with :
7272 name : " phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.dbal-version }}.coverage"
7373 path : " coverage.xml"
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Validate composer.json and composer.lock
1818 run : composer validate --strict
1919
2020 - name : Cache Composer packages
2121 id : composer-cache
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : vendor
2525 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ composer.lock
44/.phpcs-cache
55/coverage /
66/.phpunit.cache /
7+ .phpunit.result.cache
You can’t perform that action at this time.
0 commit comments