File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ jobs:
10
10
matrix :
11
11
include :
12
12
- php : 8.1
13
- Laravel : ^8.0
13
+ laravel : ^9.0
14
+ - php : 8.1
15
+ laravel : ^8.0
14
16
- php : 8.0
15
- Laravel : ^8.0
16
- - php : 7.4
17
- Laravel : ^8.0
18
- - php : 7.4
19
- Laravel : ^7.0
17
+ laravel : ^8.0
20
18
21
19
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
22
20
Original file line number Diff line number Diff line change 10
10
"license" : " MIT" ,
11
11
"minimum-stability" : " stable" ,
12
12
"require" : {
13
- "laravel/framework" : " ^7|^8 " ,
13
+ "laravel/framework" : " ^8|^9 " ,
14
14
"spatie/sheets" : " ^1.7"
15
15
},
16
16
"require-dev" : {
17
17
"brianium/paratest" : " ^6.2" ,
18
- "nunomaduro/collision" : " ^5" ,
19
- "orchestra/testbench" : " ^5|^ 6.15" ,
18
+ "nunomaduro/collision" : " ^5|^6 " ,
19
+ "orchestra/testbench" : " ^6.15|^7 " ,
20
20
"squizlabs/php_codesniffer" : " ^3.5"
21
21
},
22
22
"autoload" : {
You can’t perform that action at this time.
0 commit comments