File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,26 @@ jobs:
13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
php : [8.3, 8.2, 8.1, 8.0]
16
- laravel : ['10.*', '11.*']
16
+ laravel : ['10.*', '11.*', '12.*' ]
17
17
dependency-version : [prefer-stable]
18
18
include :
19
19
- laravel : 10.*
20
20
testbench : 8.*
21
21
- laravel : 11.*
22
22
testbench : 9.*
23
+ - laravel : 12.*
24
+ testbench : 10.*
23
25
exclude :
24
26
- laravel : 10.*
25
27
php : 8.0
26
28
- laravel : 11.*
27
29
php : 8.1
28
30
- laravel : 11.*
29
31
php : 8.0
32
+ - laravel : 12.*
33
+ php : 8.1
34
+ - laravel : 12.*
35
+ php : 8.0
30
36
31
37
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
32
38
43
49
44
50
- name : Install dependencies
45
51
run : |
46
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
52
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
47
53
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
48
54
49
55
- name : Execute tests
Original file line number Diff line number Diff line change 36
36
],
37
37
"require" : {
38
38
"php" : " ^8.0" ,
39
- "illuminate/support" : " ^10.0|^11.0" ,
40
- "illuminate/http" : " ^10.0|^11.0" ,
41
- "illuminate/contracts" : " ^10.0|^11.0" ,
39
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
40
+ "illuminate/http" : " ^10.0|^11.0|^12.0 " ,
41
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
42
42
"spatie/laravel-package-tools" : " ^1.15"
43
43
},
44
44
"require-dev" : {
45
- "orchestra/testbench" : " ^8.0|^9.0" ,
45
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
46
46
"spatie/test-time" : " ^1.2" ,
47
- "pestphp/pest" : " ^2.0" ,
47
+ "pestphp/pest" : " ^2.0|^3.0 " ,
48
48
"spatie/pest-plugin-snapshots" : " ^2.0"
49
49
},
50
50
"autoload" : {
You can’t perform that action at this time.
0 commit comments