File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- php : ['8.1', '8.2']
13
- laravel : ['9 .*', '10.*@dev ']
12
+ php : ['8.1', '8.2', '8.3' ]
13
+ laravel : ['10 .*', '11.* ']
14
14
composer-flags : ['--prefer-stable']
15
15
can-fail : [false]
16
16
include :
17
17
- php : ' 8.1'
18
- laravel : ' 9 .*'
18
+ laravel : ' 10 .*'
19
19
composer-flags : ' --prefer-stable --prefer-lowest'
20
20
can-fail : false
21
+ exclude :
22
+ - php : ' 8.1'
23
+ laravel : ' 11.*'
21
24
22
25
name : " PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
23
26
Original file line number Diff line number Diff line change 6
6
"require" : {
7
7
"php" : " ^8.1" ,
8
8
"fig/link-util" : " ^1.2" ,
9
- "illuminate/http" : " ^9 .0 || ^10 .0" ,
10
- "illuminate/support" : " ^9 .0 || ^10 .0" ,
9
+ "illuminate/http" : " ^10 .0 || ^11 .0" ,
10
+ "illuminate/support" : " ^10 .0 || ^11 .0" ,
11
11
"psr/link" : " ^1.1.1 || ^2.0.1"
12
12
},
13
13
"require-dev" : {
14
- "laravel/framework" : " ^9 .0 || ^10 .0" ,
15
- "orchestra/testbench" : " ^7 .0 || ^8 .0" ,
14
+ "laravel/framework" : " ^10 .0 || ^11 .0" ,
15
+ "orchestra/testbench" : " ^8 .0 || ^9 .0" ,
16
16
"phpunit/phpunit" : " ^9.6 || ^10.0"
17
17
},
18
18
"autoload" : {
You can’t perform that action at this time.
0 commit comments