File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 strategy :
66 fail-fast : true
77 matrix :
8- php : [ "8.3" ]
8+ php : [ "8.3", "8.4", "8.5" ]
99
1010 runs-on : [ubuntu-latest]
1111 name : PHP@${{ matrix.php }}
Original file line number Diff line number Diff line change 33 "type" : " package" ,
44 "description" : " The Gaudigame Engine" ,
55 "require" : {
6- "php" : " 8.3.* | 8.4.*"
6+ "php" : " 8.3.* | 8.4.* | 8.5.* "
77 },
88 "require-dev" : {
99 "laravel/pint" : " ^1.0" ,
10- "pestphp/pest" : " ^3 .0" ,
11- "pestphp/pest-plugin-type-coverage" : " ^3 .0" ,
12- "phpstan/phpstan" : " ^1 .0"
10+ "pestphp/pest" : " ^4 .0" ,
11+ "pestphp/pest-plugin-type-coverage" : " ^4 .0" ,
12+ "phpstan/phpstan" : " ^2 .0"
1313 },
1414 "autoload" : {
1515 "psr-4" : {
Original file line number Diff line number Diff line change @@ -21,3 +21,7 @@ parameters:
2121 message : " #^Access to an undefined property PHPUnit\\\\ Framework\\\\ TestCase\\ :\\ :\\ $#"
2222 path : tests/*
2323
24+ -
25+ identifier : method.nonObject
26+ path : tests/*
27+
You can’t perform that action at this time.
0 commit comments