File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
php : [ '7.4', '8.0', '8.1', '8.2' ]
13
- laravel : [ '8.*', '9.*', '10.*' ]
13
+ laravel : [ '8.*', '9.*', '10.*', '11.*' ]
14
14
stability : [ prefer-lowest, prefer-stable ]
15
15
exclude :
16
16
- laravel : ' 8.*'
21
21
php : ' 7.4'
22
22
- laravel : ' 10.*'
23
23
php : ' 8.0'
24
+ - laravel : ' 11.*'
25
+ php : ' 7.4'
26
+ - laravel : ' 11.*'
27
+ php : ' 8.0'
28
+ - laravel : ' 11.*'
29
+ php : ' 8.1'
24
30
25
31
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
26
32
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^8.0" ,
24
- "illuminate/encryption" : " ^8.0|^9.0|^10.0" ,
25
- "illuminate/support" : " ^8.0|^9.0|^10.0" ,
24
+ "illuminate/encryption" : " ^8.0|^9.0|^10.0|^11.0 " ,
25
+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0 " ,
26
26
"league/flysystem" : " ^2.0|^3.0"
27
27
},
28
28
"require-dev" : {
29
29
"friendsofphp/php-cs-fixer" : " ^3.14" ,
30
30
"league/flysystem-adapter-test-utilities" : " ^2.0|^3.0" ,
31
31
"league/flysystem-memory" : " ^2.0|^3.0" ,
32
- "phpunit/phpunit" : " ^9.5"
32
+ "phpunit/phpunit" : " ^9.5|^10.5 "
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments