File tree 2 files changed +5
-20
lines changed
2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- laravel : [9.*, 10.*, 11.*, 12.*]
13
12
php : [8.4, 8.3, 8.2]
13
+ laravel : [11.*, 12.*]
14
14
dependency-version : [prefer-stable]
15
15
include :
16
- - laravel : 9.*
17
- testbench : 7.*
18
- - laravel : 10.*
19
- testbench : 8.*
20
16
- laravel : 11.*
21
17
testbench : 9.*
22
18
- laravel : 12.*
23
19
testbench : 10.*
24
- exclude :
25
- - laravel : 10.*
26
- php : 8.0
27
- - laravel : 11.*
28
- php : 8.0
29
- - laravel : 11.*
30
- php : 8.1
31
- - laravel : 12.*
32
- php : 8.0
33
- - laravel : 12.*
34
- php : 8.1
35
20
36
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
37
22
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^8.2" ,
21
21
"spatie/laravel-package-tools" : " ^1.9.2" ,
22
- "illuminate/contracts" : " ^9.0 | ^10.0 | ^ 11.0 | ^12.0"
22
+ "illuminate/contracts" : " ^11.0 | ^12.0"
23
23
},
24
24
"require-dev" : {
25
25
"friendsofphp/php-cs-fixer" : " ^3.4" ,
26
26
"nunomaduro/collision" : " ^5.10 |^6.0 | ^7.0 | ^8.0" ,
27
27
"larastan/larastan" : " ^2.0" ,
28
- "orchestra/testbench" : " ^7 | ^8 | ^ 9 | ^10" ,
29
- "pestphp/pest" : " ^1.21 | ^ 2.0" ,
30
- "pestphp/pest-plugin-laravel" : " ^1.1 | ^ 2.0" ,
28
+ "orchestra/testbench" : " ^9 | ^10" ,
29
+ "pestphp/pest" : " ^2.0" ,
30
+ "pestphp/pest-plugin-laravel" : " ^2.0" ,
31
31
"phpstan/extension-installer" : " ^1.1" ,
32
32
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
33
33
"phpstan/phpstan-phpunit" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments