File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,20 @@ jobs:
17
17
matrix :
18
18
os : [ubuntu-latest]
19
19
php : [8.4, 8.3, 8.2, 8.1]
20
- laravel : ['10.*', '11.*']
20
+ laravel : ['10.*', '11.*', '12.*' ]
21
21
stability : [prefer-lowest, prefer-stable]
22
22
include :
23
23
- laravel : 10.*
24
24
testbench : 8.*
25
25
- laravel : 11.*
26
26
testbench : 9.*
27
+ - laravel : 12.*
28
+ testbench : 10.*
27
29
exclude :
28
30
- laravel : 11.*
29
31
php : 8.1
32
+ - laravel : 12.*
33
+ php : 8.1
30
34
31
35
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
32
36
62
66
63
67
- name : Install dependencies
64
68
run : |
65
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
69
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
66
70
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
67
71
68
72
- name : Execute tests
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "illuminate/support" : " ^10.0|^11.0" ,
20
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
21
21
"league/flysystem" : " ^3.0" ,
22
22
"spatie/db-dumper" : " ^3.3" ,
23
23
"spatie/laravel-package-tools" : " ^1.6" ,
24
24
"spatie/temporary-directory" : " ^2.0"
25
25
},
26
26
"require-dev" : {
27
27
"mockery/mockery" : " ^1.4" ,
28
- "orchestra/testbench" : " ^8.22.3|^9.0.4" ,
29
- "pestphp/pest-plugin-laravel" : " ^2.4" ,
30
- "phpunit/phpunit" : " ^10.5"
28
+ "orchestra/testbench" : " ^8.22.3|^9.0.4|^10.0 " ,
29
+ "pestphp/pest-plugin-laravel" : " ^2.4|^3.1 " ,
30
+ "phpunit/phpunit" : " ^10.5|^11.5.3 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments