File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,13 @@ jobs:
1212
1313 strategy :
1414 matrix :
15- php : [8.0, 7.4]
16- laravel : [8.*, 7.* ]
15+ php : [8.1, 8. 0, 7.4]
16+ laravel : [8.*]
1717 os : [ubuntu-latest]
1818 include :
1919 - laravel : 8.*
2020 testbench : 6.*
2121 enum : 3.*
22- - laravel : 7.*
23- testbench : 5.*
24- enum : 2.*
25- exclude :
26- - laravel : 7.*
27- php : 8.0
2822
2923 name : PHP ${{ matrix.php }} with Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3024
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function actionable()
4040 return $ this ->morphTo ();
4141 }
4242
43- public function getExtraProperty (string $ propertyName ): mixed
43+ public function getExtraProperty (string $ propertyName )
4444 {
4545 return Arr::get ($ this ->properties ->toArray (), $ propertyName );
4646 }
You can’t perform that action at this time.
0 commit comments