File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
include :
18
- - php-version : 7.4
19
- symfony-version : 4.4.*
20
- sonata-version : ^4.0
21
- - php-version : 8.0
22
- symfony-version : 5.4.*
23
- sonata-version : ^4.0
24
18
- php-version : 8.1
25
- symfony-version : 6.1 .*
19
+ symfony-version : 6.4 .*
26
20
sonata-version : ^4.0
27
21
- php-version : 8.4
28
22
symfony-version : 7.3.*
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"require" : {
28
- "php" : " ^7.4|^ 8.0" ,
28
+ "php" : " ^8.0" ,
29
29
"sonata-project/admin-bundle" : " ^4.0" ,
30
- "symfony/workflow" : " ^4.4|^5.0|^ 6.0|^7.0"
30
+ "symfony/workflow" : " ^6.0|^7.0"
31
31
},
32
32
"require-dev" : {
33
33
"phpunit/phpunit" : " ^9.5" ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function getAccessMapping(AdminInterface $admin): array
107
107
/**
108
108
* @throws InvalidArgumentException
109
109
*/
110
- protected function getWorkflow (object $ subject , string $ workflowName = null ): WorkflowInterface
110
+ protected function getWorkflow (object $ subject , string | null $ workflowName = null ): WorkflowInterface
111
111
{
112
112
return $ this ->registry ->get ($ subject , $ workflowName );
113
113
}
You can’t perform that action at this time.
0 commit comments