File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest]
16- php : [7.4 , 8.0 ]
17- laravel : [8.* ]
16+ php : [8.0 , 8.1 ]
17+ laravel : ['^9.0' ]
1818 stability : [prefer-lowest, prefer-stable]
19- include :
20- - laravel : 8.*
21- testbench : ^6.6
2219
2320 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2421
4542
4643 - name : Install dependencies
4744 run : |
48- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
45+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4946 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5047
5148 - name : Execute tests
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.4|^ 8.0" ,
20- "illuminate/contracts" : " ^8.37" ,
21- "illuminate/support" : " ^8.37" ,
22- "illuminate/http" : " ^8.37" ,
23- "symfony/process" : " ^5.1.4"
19+ "php" : " ^8.0" ,
20+ "illuminate/contracts" : " ^8.37|^9.0 " ,
21+ "illuminate/support" : " ^8.37|^9.0 " ,
22+ "illuminate/http" : " ^8.37|^9.0 " ,
23+ "symfony/process" : " ^5.1.4|^6.0 "
2424 },
2525 "require-dev" : {
2626 "brianium/paratest" : " ^6.2" ,
27- "nunomaduro/collision" : " ^5.3" ,
28- "orchestra/testbench" : " ^6.15 " ,
29- "phpunit/phpunit" : " ^9.3 " ,
27+ "nunomaduro/collision" : " ^5.3|^6.1 " ,
28+ "orchestra/testbench" : " ^6.6|^7.0 " ,
29+ "phpunit/phpunit" : " ^9.5.10 " ,
3030 "vimeo/psalm" : " ^4.8" ,
3131 "guzzlehttp/guzzle" : " ^7.0.1"
3232 },
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function it_can_recognize_a_string()
4949
5050 $ this ->assertEquals ([
5151 "sco " => 1.0 ,
52- "eng " => 0.98693181818182 ,
52+ "eng " => 0.9869318181818182 ,
5353 ], $ languages );
5454 }
5555
You can’t perform that action at this time.
0 commit comments