File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : true
15
15
matrix :
16
16
php : [ 8.4, 8.3, 8.2, 8.1 ]
17
- laravel : [ 12, 11, 10 ]
17
+ laravel : [ 12, 11, 10, 9 ]
18
18
exclude :
19
19
- php : 8.1
20
20
laravel : 11
42
42
43
43
- name : Install dependencies
44
44
run : |
45
- composer require "laravel/framework:^ ${{ matrix.laravel }}" --no-update
45
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:>=2.72" --dev --no-interaction --no-update
46
46
composer update --prefer-dist --no-interaction --no-progress
47
47
48
48
- name : Execute tests
Original file line number Diff line number Diff line change 23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.5" ,
26
- "phpstan/extension-installer" : " ^1.1" ,
26
+ "phpstan/extension-installer" : " ^1.1|^2.0 " ,
27
27
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
28
- "phpstan/phpstan-phpunit" : " ^1.0" ,
29
- "larastan/larastan" : " ^2.0" ,
28
+ "phpstan/phpstan-phpunit" : " ^1.0|^2.0 " ,
29
+ "larastan/larastan" : " ^2.0|^3.0 " ,
30
30
"orchestra/testbench" : " ^7.31|^8.11|^9.0|^10.0" ,
31
31
"pestphp/pest" : " ^1.21|^2.0|^3.0" ,
32
- "pestphp/pest-plugin-laravel" : " ^1.4|^2.0" ,
32
+ "pestphp/pest-plugin-laravel" : " ^1.4|^2.0|^3.0 " ,
33
33
"roave/security-advisories" : " dev-latest"
34
34
},
35
35
"autoload" : {
You can’t perform that action at this time.
0 commit comments