File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,24 @@ jobs:
10
10
matrix :
11
11
os : [ ubuntu-latest ]
12
12
php : [8.0, 8.1, 8.2]
13
- laravel : [ 8.*, 9.* ]
13
+ laravel : [ 8.*, 9.* , 10.* ]
14
14
dependency-version : [ prefer-lowest, prefer-stable ]
15
15
include :
16
16
- laravel : 8.*
17
17
testbench : ^6.25
18
18
- laravel : 9.*
19
19
testbench : 7.*
20
+ - laravel : 10.*
21
+ testbench : 8.*
22
+ exclude :
23
+ - laravel : 10.*
24
+ php : 8.0
20
25
21
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
22
27
23
28
steps :
24
29
- name : Checkout code
25
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
26
31
27
32
- name : Cache dependencies
28
33
uses : actions/cache@v2
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "illuminate/console" : " ^8.83|^9.30" ,
20
+ "illuminate/console" : " ^8.83|^9.30|^10.0 " ,
21
21
"spatie/laravel-package-tools" : " ^1.12" ,
22
22
"spatie/typescript-transformer" : " ^2.1.12"
23
23
},
24
24
"require-dev" : {
25
25
"friendsofphp/php-cs-fixer" : " ^3.0" ,
26
26
"mockery/mockery" : " ^1.4" ,
27
27
"nesbot/carbon" : " ^2.63" ,
28
- "orchestra/testbench" : " ^6.0|^7.0" ,
28
+ "orchestra/testbench" : " ^6.0|^7.0|^8.0 " ,
29
29
"pestphp/pest" : " ^1.22" ,
30
30
"phpunit/phpunit" : " ^9.0" ,
31
31
"spatie/data-transfer-object" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments