File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 max-parallel : 15
1313 matrix :
1414 laravel-version : [^10.0, ^11.0, ^12.0]
15- php-versions : ['8.1 ', '8.2 ', '8.3 ']
15+ php-versions : ['8.2 ', '8.3 ', '8.4 ']
1616 exclude :
17- - laravel-version : ' ^10.0'
18- php-versions : ' 8.1'
19- - laravel-version : ' ^11.0'
20- php-versions : ' 8.1'
2117 - laravel-version : ' ^12.0'
2218 php-versions : ' 8.2'
2319
Original file line number Diff line number Diff line change 2020 "illuminate/support" : " ^10.0 | ^11.0 | ^12.0"
2121 },
2222 "require-dev" : {
23- "orchestra/testbench" : " ^8.0 | ^9.0" ,
23+ "orchestra/testbench" : " ^8.0 | ^9.0 | ^10.0 " ,
2424 "phpunit/phpunit" : " ^10.0 | ^11.0" ,
2525 "timacdonald/log-fake" : " ^2"
2626 },
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public static function create(
6666 ]));
6767 }
6868
69- public static function getPendingNotifications (int $ tolerance = null ): \Illuminate \Database \Eloquent \Collection
69+ public static function getPendingNotifications (? int $ tolerance = null ): \Illuminate \Database \Eloquent \Collection
7070 {
7171 $ modelClass = self ::getScheduledNotificationModelClass ();
7272
You can’t perform that action at this time.
0 commit comments