File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
php : [8.2, 8.0, 8.1]
16
- laravel : ['9.*', '10.*', '11.*']
16
+ laravel : ['9.*', '10.*', '11.*', '12.*' ]
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
18
include :
19
19
- laravel : 10.*
@@ -22,13 +22,19 @@ jobs:
22
22
testbench : 7.*
23
23
- laravel : 11.*
24
24
testbench : 9.*
25
+ - laravel : 12.*
26
+ testbench : 10.*
25
27
exclude :
26
28
- laravel : 10.*
27
29
php : 8.0
28
30
- laravel : 11.*
29
31
php : 8.0
30
32
- laravel : 11.*
31
33
php : 8.1
34
+ - laravel : 12.*
35
+ php : 8.0
36
+ - laravel : 12.*
37
+ php : 8.1
32
38
33
39
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
34
40
45
51
46
52
- name : Install dependencies
47
53
run : |
48
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
54
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
49
55
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
50
56
51
57
- name : Execute tests
Original file line number Diff line number Diff line change 24
24
"php" : " ^8.0" ,
25
25
"ext-json" : " *" ,
26
26
"ext-zip" : " *" ,
27
- "illuminate/filesystem" : " ^9.0|^10.0|^11.0" ,
28
- "illuminate/queue" : " ^9.0|^10.0|^11.0" ,
29
- "illuminate/support" : " ^9.0|^10.0|^11.0" ,
27
+ "illuminate/filesystem" : " ^9.0|^10.0|^11.0|^12.0 " ,
28
+ "illuminate/queue" : " ^9.0|^10.0|^11.0|^12.0 " ,
29
+ "illuminate/support" : " ^9.0|^10.0|^11.0|^12.0 " ,
30
30
"nesbot/carbon" : " ^2.63|^3.0" ,
31
31
"spatie/laravel-package-tools" : " ^1.9" ,
32
32
"spatie/temporary-directory" : " ^2.0"
33
33
},
34
34
"require-dev" : {
35
35
"laravel/legacy-factories" : " ^1.0.4" ,
36
36
"mockery/mockery" : " ^1.4" ,
37
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
37
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
38
38
"spatie/invade" : " ^1.0|^2.0"
39
39
},
40
40
"autoload" : {
You can’t perform that action at this time.
0 commit comments