File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
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 : [7.4, 8.0]
13
- laravel : [8 .*]
12
+ php : [8.0]
13
+ laravel : [9 .*]
14
14
dependency-version : [prefer-stable]
15
15
include :
16
- - laravel : 8 .*
17
- testbench : 6 .*
16
+ - laravel : 9 .*
17
+ testbench : 7 .*
18
18
19
19
name : PHP ${{ matrix.php }} - LARAVEL ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
20
20
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^7.4|^ 8.0" ,
13
- "illuminate/database" : " ^8 .0" ,
14
- "illuminate/events" : " ^8 .0"
12
+ "php" : " ^8.0" ,
13
+ "illuminate/database" : " ^9 .0" ,
14
+ "illuminate/events" : " ^9 .0"
15
15
},
16
16
"require-dev" : {
17
- "orchestra/testbench" : " ^6 .0" ,
18
- "phpunit/phpunit" : " ^8.5 "
17
+ "orchestra/testbench" : " ^7 .0" ,
18
+ "phpunit/phpunit" : " ^9.5.10 "
19
19
},
20
20
"autoload" : {
21
21
"psr-4" : {
You can’t perform that action at this time.
0 commit comments