File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
php-version : ['8.0', '8.1']
9
- laravel-version : ['^8', '^9']
9
+ laravel-version : ['^8', '^9', 10.0 ]
10
10
steps :
11
11
- name : Setup PHP
12
12
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^8.0.2" ,
22
- "illuminate/contracts" : " ^8.0|^9.0" ,
23
- "illuminate/http" : " ^8.0|^9.0" ,
24
- "illuminate/support" : " ^8.0|^9.0"
22
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0 " ,
23
+ "illuminate/http" : " ^8.0|^9.0|^10.0 " ,
24
+ "illuminate/support" : " ^8.0|^9.0|^10.0 "
25
25
},
26
26
"require-dev" : {
27
- "orchestra/testbench" : " ^6.0|^7.0" ,
27
+ "orchestra/testbench" : " ^6.0|^7.0|^8.0 " ,
28
28
"phpunit/phpunit" : " ^9.0"
29
29
},
30
30
"autoload" : {
40
40
"scripts" : {
41
41
"test" : " vendor/bin/phpunit" ,
42
42
"test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
43
-
44
43
},
45
44
"config" : {
46
45
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments