File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,13 @@ jobs:
45
45
matrix :
46
46
operating-system : ['ubuntu-latest']
47
47
php-versions : ['8.2', '8.3', '8.4']
48
- laravel : [ 10.*, 11.*, 12.* ]
48
+ laravel : [ 11.*, 12.* ]
49
49
dependency-version : [ prefer-stable ]
50
50
include :
51
51
- laravel : 12.*
52
52
carbon : 3.*
53
- larastan : 3.*
54
53
- laravel : 11.*
55
54
carbon : 2.*
56
- larastan : 3.*
57
- - laravel : 10.*
58
- carbon : 2.*
59
- larastan : 2.*
60
55
61
56
name : phpstan - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
62
57
82
77
83
78
- name : Install Dependencies
84
79
run : |
85
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:${{ matrix.carbon }}" "larastan/larastan:${{ matrix.larastan }}" --no-interaction --no-update
80
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
86
81
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
87
82
88
83
- name : PHPStan Static Analysis
You can’t perform that action at this time.
0 commit comments