File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ jobs:
18
18
matrix :
19
19
os : [ubuntu-latest]
20
20
php : [8.4, 8.3]
21
- laravel : [11.*]
21
+ laravel : [12.*, 11.*]
22
22
stability : [prefer-lowest, prefer-stable]
23
23
include :
24
+ - laravel : 12.*
25
+ testbench : 10.*
24
26
- laravel : 11.*
25
27
testbench : 9.*
26
- carbon : ^2.63
27
28
28
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
30
45
46
46
47
- name : Install dependencies
47
48
run : |
48
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
49
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
49
50
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
50
51
51
52
- name : List Installed Dependencies
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^8.3" ,
21
21
"spatie/laravel-package-tools" : " ^1.16" ,
22
- "illuminate/contracts" : " ^11.0"
22
+ "illuminate/contracts" : " ^11.0|^12.0 "
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.14" ,
26
26
"nunomaduro/collision" : " ^8.1.1" ,
27
- "larastan/larastan" : " ^2.9" ,
27
+ "larastan/larastan" : " ^2.9|^3.0 " ,
28
28
"orchestra/testbench" : " ^9.0.0" ,
29
29
"pestphp/pest" : " ^3.0" ,
30
30
"pestphp/pest-plugin-arch" : " ^3.0" ,
31
31
"pestphp/pest-plugin-laravel" : " ^3.0" ,
32
32
"phpstan/extension-installer" : " ^1.3" ,
33
- "phpstan/phpstan-deprecation-rules" : " ^1.1" ,
34
- "phpstan/phpstan-phpunit" : " ^1.3" ,
33
+ "phpstan/phpstan-deprecation-rules" : " ^1.1|^2.0 " ,
34
+ "phpstan/phpstan-phpunit" : " ^1.3|^2.0 " ,
35
35
"spatie/laravel-ray" : " ^1.35"
36
36
},
37
37
"autoload" : {
You can’t perform that action at this time.
0 commit comments