File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,25 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.2, 8.1]
17
- laravel : [10.*]
16
+ php : [8.3, 8. 2, 8.1]
17
+ laravel : [11.*, 10.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 11.*
21
+ testbench : 9.*
22
+ carbon : ^3.2
23
+ laravel-package-tools : ^1.16.4
24
+ collision : ^8.1.1
25
+
20
26
- laravel : 10.*
21
27
testbench : 8.*
22
28
carbon : ^2.63
29
+ laravel-package-tools : ^1.16.4
30
+ collision : 7.*
31
+
32
+ exclude :
33
+ - laravel : 11.*
34
+ php : 8.1
23
35
24
36
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
37
41
53
42
54
- name : Install dependencies
43
55
run : |
44
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
56
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
45
57
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
46
58
47
59
- name : List Installed Dependencies
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
20
"illuminate/contracts" : " ^10.0|^11.0" ,
21
- "spatie/laravel-package-tools" : " ^1.14.0 " ,
21
+ "spatie/laravel-package-tools" : " ^1.16.4 " ,
22
22
"symfony/finder" : " ^6.2|^7.0"
23
23
},
24
24
"require-dev" : {
You can’t perform that action at this time.
0 commit comments