File tree Expand file tree Collapse file tree 3 files changed +303
-397
lines changed
Expand file tree Collapse file tree 3 files changed +303
-397
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,6 @@ jobs:
208208 fail-fast : false
209209 matrix :
210210 php-version :
211- - " 8.2"
212211 - " 8.3"
213212 - " 8.4"
214213 operating-system : [ubuntu-latest]
@@ -231,10 +230,6 @@ jobs:
231230
232231 - uses : " ramsey/composer-install@v3"
233232
234- - run : " composer config platform.php --unset"
235- with :
236- working-directory : " tests/"
237-
238233 - uses : " ramsey/composer-install@v3"
239234 with :
240235 working-directory : " tests/"
Original file line number Diff line number Diff line change 11{
22 "name" : " phpstan/phpstan-src-tests" ,
33 "require-dev" : {
4- "phpunit/phpunit" : " ^11 .5.23 || ^12 " ,
4+ "phpunit/phpunit" : " ^12 .5.2 " ,
55 "brianium/paratest" : " ^7.8.3"
66 },
77 "config" : {
88 "platform" : {
9- "php" : " 8.2 .99"
9+ "php" : " 8.3 .99"
1010 }
1111 }
1212}
You can’t perform that action at this time.
0 commit comments