File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11name : run-tests
22
3- on : [push, pull_request]
3+ on : [ push, pull_request ]
44
55jobs :
66 test :
77 runs-on : ${{ matrix.os }}
88 strategy :
99 fail-fast : true
1010 matrix :
11- os : [ubuntu-latest]
12- php : [8.1]
13- laravel : [9.*]
14- dependency-version : [prefer-lowest, prefer-stable]
11+ os : [ ubuntu-latest ]
12+ php : [ 8.1 ]
13+ laravel : [ 9.*, 10.* ]
14+ dependency-version : [ prefer-lowest, prefer-stable ]
1515 include :
1616 - laravel : 9.*
1717 testbench : 7.*
18+ - laravel : 10.*
19+ testbench : 8.*
1820
1921 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2022
Original file line number Diff line number Diff line change 1515 "php" : " ^8.1" ,
1616 "ext-simplexml" : " *" ,
1717 "guzzlehttp/guzzle" : " ^7.1" ,
18- "illuminate/notifications" : " ^9 .0" ,
19- "illuminate/support" : " ^9.0"
18+ "illuminate/notifications" : " 9.0 || ^10 .0" ,
19+ "illuminate/support" : " ^9.0 || ^10.0 "
2020 },
2121 "require-dev" : {
2222 "friendsofphp/php-cs-fixer" : " ^3.6" ,
2323 "mockery/mockery" : " ^1.5" ,
24- "orchestra/testbench" : " ^7 .0" ,
25- "phpunit/phpunit" : " ^9.5 "
24+ "orchestra/testbench" : " ^v8.0 .0" ,
25+ "phpunit/phpunit" : " ^9.6 "
2626 },
2727 "config" : {
2828 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments