File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1212 matrix :
1313 laravel : [ 9.*, 10.*, 11.* ]
1414 php : [ 8.0, 8.1, 8.2, 8.3 ]
15+ include :
16+ - laravel : 12.*
17+ php : 8.3
18+ - laravel : 12.*
19+ php : 8.4
1520 exclude :
1621 - laravel : 9.*
1722 php : 8.2
4247 COMPOSER_AUTH : ${{ secrets.COMPOSER_AUTH }}
4348 - name : Run tests
4449 run : ./vendor/bin/phpunit
45-
Original file line number Diff line number Diff line change 1414 "ext-json" : " *" ,
1515 "guzzlehttp/guzzle" : " ^6.2 || ^7.0" ,
1616 "guzzlehttp/psr7" : " ^1.0 || ^2.0" ,
17- "laravel/framework" : " ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
17+ "laravel/framework" : " ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 "
1818 },
1919 "require-dev" : {
2020 "mockery/mockery" : " ^1.3.1" ,
21- "orchestra/testbench" : " ^3.5 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
22- "phpunit/phpunit" : " ^7.5 || ^8.0 || ^9.0 || ^10.0"
21+ "orchestra/testbench" : " ^3.5 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
22+ "phpunit/phpunit" : " ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments