File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
php-version : [ '8.1', '8.2', '8.3' ]
18
- laravel-version : [ '^10.0' ]
18
+ laravel-version : [ '^10.0', '^11.0' ]
19
19
database : [ 'sqlite', 'mysql', 'pgsql' ]
20
+ exclude :
21
+ - php-version : ' 8.1'
22
+ laravel-version : ' ^11.0'
20
23
21
24
name : Tests on PHP ${{ matrix.php-version }} with Laravel ${{ matrix.laravel-version }} and ${{ matrix.database }}
22
25
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
14
"ext-json" : " *" ,
15
- "laravel/framework" : " ^10.0"
15
+ "laravel/framework" : " ^10.0|^11.0 "
16
16
},
17
17
"require-dev" : {
18
18
"guzzlehttp/guzzle" : " ^6.0|^7.0" ,
19
- "orchestra/testbench" : " ^8.5" ,
20
- "phpunit/phpunit" : " ^8.0|^9.0|^10.0"
19
+ "orchestra/testbench" : " ^8.5|^9.0 " ,
20
+ "phpunit/phpunit" : " ^8.0|^9.0|^10.0|^11.0 "
21
21
},
22
22
"autoload" : {
23
23
"psr-4" : {
You can’t perform that action at this time.
0 commit comments