File tree Expand file tree Collapse file tree 3 files changed +491
-431
lines changed Expand file tree Collapse file tree 3 files changed +491
-431
lines changed Original file line number Diff line number Diff line change 27
27
matrix : ${{ fromJSON(needs.matrix.outputs.matrix) }}
28
28
steps :
29
29
- name : ${{ matrix.name }}
30
- uses : laminas/laminas-continuous-integration-action@1.41 .0
30
+ uses : laminas/laminas-continuous-integration-action@1.42 .0
31
31
env :
32
32
" GITHUB_TOKEN " : ${{ secrets.GITHUB_TOKEN }}
33
33
with :
54
54
uses : " actions/checkout@v4"
55
55
56
56
- name : " Install PHP"
57
- uses : " shivammathur/setup-php@2.32.0 "
57
+ uses : " shivammathur/setup-php@2.35.3 "
58
58
with :
59
59
coverage : " pcov"
60
60
php-version : " ${{ matrix.php-version }}"
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ~8.2.0 || ~8.3.0 || ~8.4.0" ,
22
- "doctrine/orm" : " ^3.3 .2" ,
22
+ "doctrine/orm" : " ^3.5 .2" ,
23
23
"doctrine/persistence" : " ^4.0.0"
24
24
},
25
25
"require-dev" : {
26
26
"doctrine/coding-standard" : " ^12.0.0" ,
27
- "roave/infection-static-analysis-plugin" : " ^1.36 .0" ,
28
- "phpunit/phpunit" : " ^11.5.7 " ,
29
- "vimeo/psalm" : " ^6.5 .1" ,
30
- "doctrine/dbal" : " ^4.2 .2" ,
31
- "psalm/plugin-phpunit" : " ^0.19.2 "
27
+ "roave/infection-static-analysis-plugin" : " ^1.38 .0" ,
28
+ "phpunit/phpunit" : " ^11.5.32 " ,
29
+ "vimeo/psalm" : " ^6.13 .1" ,
30
+ "doctrine/dbal" : " ^4.3 .2" ,
31
+ "psalm/plugin-phpunit" : " ^0.19.5 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments