File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.4, 8.3, 8.2]
17
- laravel : [11.*, 10.*]
17
+ laravel : [12.*, 11.*, 10.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 12.*
21
+ testbench : 10.*
20
22
- laravel : 11.*
21
23
testbench : 9.*
22
24
- laravel : 10.*
42
44
43
45
- name : Install dependencies
44
46
run : |
45
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" " orchestra/testbench-browser-kit:${{ matrix.testbench }}" --no-interaction --no-update
47
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench-browser-kit:${{ matrix.testbench }}" --no-interaction --no-update
46
48
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
47
49
48
50
- name : Execute tests
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.2" ,
20
- "laravel/framework" : " ^10.0|^11.0"
20
+ "laravel/framework" : " ^10.0|^11.0|^12.0 "
21
21
},
22
22
"require-dev" : {
23
- "orchestra/testbench-browser-kit" : " ^8.5|^9.0" ,
24
- "phpunit/phpunit" : " ^10.1"
23
+ "orchestra/testbench-browser-kit" : " ^8.5|^9.0|^10.0 " ,
24
+ "phpunit/phpunit" : " ^10.1|^11.0 "
25
25
},
26
26
"suggest" : {
27
27
"ext-intl" : " *"
You can’t perform that action at this time.
0 commit comments