File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
run : " vendor/bin/phpunit -c tests --coverage-clover coverage.xml"
63
63
64
64
- name : " Upload coverage file"
65
- uses : " actions/upload-artifact@v3 "
65
+ uses : " actions/upload-artifact@v4 "
66
66
with :
67
- name : " ${{ github.job }}-${{ matrix.php-version }}. coverage"
67
+ name : " ${{ github.job }}-${{ matrix.php-version }}-${{ matrix.deps }}- coverage"
68
68
path : " coverage.xml"
69
69
70
70
lint-doctrine-xml-schema :
@@ -106,7 +106,7 @@ jobs:
106
106
fetch-depth : 2
107
107
108
108
- name : " Download coverage files"
109
- uses : " actions/download-artifact@v3 "
109
+ uses : " actions/download-artifact@v4 "
110
110
with :
111
111
path : " reports"
112
112
Original file line number Diff line number Diff line change 58
58
"doctrine/mongodb-odm" : " ^2.3" ,
59
59
"doctrine/orm" : " ^2.14.0" ,
60
60
"friendsofphp/php-cs-fixer" : " ^3.14.0" ,
61
- "nesbot/carbon" : " ^2.71 || 3.x-dev as 3.0" ,
61
+ "nesbot/carbon" : " ^2.71 || ^ 3.0" ,
62
62
"phpstan/phpstan" : " ^1.10.2" ,
63
63
"phpstan/phpstan-doctrine" : " ^1.0" ,
64
64
"phpstan/phpstan-phpunit" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments