File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- php : [8.1, 8. 2, 8.3, 8.4]
13
- laravel : [10.*, 11.*, 12.*]
12
+ php : [8.2, 8.3, 8.4]
13
+ laravel : [11.*, 12.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 12.*
17
17
testbench : 10.*
18
18
- laravel : 11.*
19
19
testbench : 9.*
20
- - laravel : 10.*
21
- testbench : 8.*
22
- exclude :
23
- # excludes laravel 11 on php 8.1
24
- - php : 8.1
25
- laravel : [11.*, 12.*]
26
- - php : 8.2
27
- laravel : 12.*
20
+ # exclude:
21
+ # # excludes laravel 11 on php 8.1
22
+ # - php: 8.1
23
+ # laravel: [11.*, 12.*]
24
+ # - php: 8.2
25
+ # laravel: 12.*
28
26
29
27
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
30
28
Original file line number Diff line number Diff line change 36
36
"illuminate/support" : " ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
37
37
"mockery/mockery" : " ^1.4 || ^1.6" ,
38
38
"orchestra/testbench" : " ^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" ,
39
- "phpunit/phpunit" : " ^9.0 || ^10.1" ,
39
+ "phpunit/phpunit" : " ^9.0 || ^10.1 || ^11.0 " ,
40
40
"predis/predis" : " ^1.1|^2.0"
41
41
},
42
42
"suggest" : {
You can’t perform that action at this time.
0 commit comments