File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-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]
16
- laravel : ['10.*', '11.*']
16
+ laravel : ['10.*', '11.*', '12.*' ]
17
17
dependency-version : [prefer-stable]
18
18
19
-
20
19
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
21
20
22
21
steps :
32
31
33
32
- name : Install dependencies
34
33
run : |
35
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" --no-interaction --no-update
34
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
36
35
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
37
36
38
37
- name : Execute tests
Original file line number Diff line number Diff line change 22
22
"prefer-stable" : true ,
23
23
"require" : {
24
24
"php" : " ^8.2" ,
25
- "illuminate/http" : " ^10|^11.0"
25
+ "illuminate/http" : " ^10|^11.0|^12.0 "
26
26
},
27
27
"require-dev" : {
28
- "orchestra/testbench" : " ^8.0|^9.0" ,
29
- "phpunit/phpunit" : " ^9.4|^10.5"
28
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
29
+ "phpunit/phpunit" : " ^9.4|^10.5|^11.5.3 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments