File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ ubuntu-latest ]
12
- php : [8.1, 8.2]
13
- laravel : [ 8.*, 9.* , 10.*]
12
+ php : [ 8.1, 8.2, 8.3 ]
13
+ laravel : [ 8.*, 9.* , 10.*, 11.* ]
14
14
dependency-version : [ prefer-lowest, prefer-stable ]
15
15
include :
16
16
- laravel : 8.*
19
19
testbench : 7.*
20
20
- laravel : 10.*
21
21
testbench : 8.*
22
+ - laravel : 11.*
23
+ testbench : 9.*
24
+ exclude :
25
+ - php : 8.1
26
+ laravel : 11.*
27
+ - php : 8.2
28
+ laravel : 8.*
29
+ - php : 8.3
30
+ laravel : [8.*,9.*]
22
31
23
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
24
33
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "illuminate/console" : " ^8.83|^9.30|^10.0" ,
20
+ "illuminate/console" : " ^8.83|^9.30|^10.0|^11.0 " ,
21
21
"spatie/laravel-package-tools" : " ^1.12" ,
22
22
"spatie/typescript-transformer" : " ^2.1.13"
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|^8.0" ,
28
+ "orchestra/testbench" : " ^6.0|^7.0|^8.0|^9.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