File tree Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,17 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.1]
17- laravel : [10.*]
16+ php : [8.1, 8.2 ]
17+ laravel : [10.*, 11.* ]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 10.*
2121 testbench : 8.*
22+ - laravel : 11.*
23+ testbench : 9.*
24+ exclude :
25+ - laravel : 11.*
26+ php : 8.1
2227
2328 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2429
Original file line number Diff line number Diff line change 2424 ],
2525 "require" : {
2626 "php" : " ^8.1" ,
27- "illuminate/contracts" : " ^10.0"
27+ "illuminate/contracts" : " ^10.0|^11.0 "
2828 },
2929 "require-dev" : {
30- "brianium/paratest" : " ^6.3" ,
31- "orchestra/testbench" : " ^8.0" ,
32- "phpunit/phpunit" : " ^9.3.3" ,
30+ "brianium/paratest" : " ^6.3|^7.0 " ,
31+ "orchestra/testbench" : " ^8.0|^9.0 " ,
32+ "phpunit/phpunit" : " ^9.3.3|^10.0|^11.0 " ,
3333 "spatie/laravel-ray" : " ^1.9" ,
34- "vimeo/psalm" : " ^4.4"
34+ "vimeo/psalm" : " ^4.4|^5.0|^6.0 "
3535 },
3636 "autoload" : {
3737 "psr-4" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3- <coverage >
4- <include >
5- <directory suffix =" .php" >src/</directory >
6- </include >
7- </coverage >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
83 <testsuites >
94 <testsuite name =" BinarCode Test Suite" >
105 <directory >tests</directory >
116 </testsuite >
127 </testsuites >
8+ <source >
9+ <include >
10+ <directory suffix =" .php" >src/</directory >
11+ </include >
12+ </source >
1313</phpunit >
You can’t perform that action at this time.
0 commit comments