File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
os : [ubuntu-latest, windows-latest]
20
20
php : [8.4, 8.3]
21
- laravel : [11.*]
21
+ laravel : [12.*, 11.*]
22
22
stability : [prefer-stable]
23
+ include :
24
+ - laravel : 12.*
25
+ testbench : 10.*
26
+ - laravel : 11.*
27
+ testbench : 9.*
23
28
24
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
30
41
46
42
47
- name : Install dependencies
43
48
run : |
44
- composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
49
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
45
50
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
46
51
47
52
- name : List Installed Dependencies
Original file line number Diff line number Diff line change 21
21
"illuminate/contracts" : " ^11.0||^12.0"
22
22
},
23
23
"require-dev" : {
24
- "laravel/pint" : " ^1.0 " ,
25
- "nunomaduro/collision" : " ^8.1" ,
26
- "larastan/larastan" : " ^3.0 .0" ,
27
- "orchestra/testbench" : " ^9 .0" ,
24
+ "laravel/pint" : " ^1.14 " ,
25
+ "nunomaduro/collision" : " ^8.1.1 " ,
26
+ "larastan/larastan" : " ^2.9||^3 .0" ,
27
+ "orchestra/testbench" : " ^10.0.0||^9.0 .0" ,
28
28
"pestphp/pest" : " ^3.0" ,
29
29
"pestphp/pest-plugin-arch" : " ^3.0" ,
30
30
"pestphp/pest-plugin-laravel" : " ^3.0" ,
31
- "phpstan/extension-installer" : " ^1.4 " ,
32
- "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
33
- "phpstan/phpstan-phpunit" : " ^2.0"
31
+ "phpstan/extension-installer" : " ^1.3||^2.0 " ,
32
+ "phpstan/phpstan-deprecation-rules" : " ^1.1||^ 2.0" ,
33
+ "phpstan/phpstan-phpunit" : " ^1.3||^ 2.0"
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments