Skip to content

Commit 208351f

Browse files
committed
laravel 11 support 3.0
1 parent e61ed63 commit 208351f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ jobs:
1919
include:
2020
- laravel: 11.*
2121
testbench: 9.*
22-
carbon: ^2.63
2322
- laravel: 10.*
2423
testbench: 8.*
25-
carbon: ^2.63
2624
- laravel: 9.*
2725
testbench: 7.*
28-
carbon: ^2.63
2926
exclude:
3027
- php: 8.1
3128
laravel: 11.*
@@ -50,7 +47,7 @@ jobs:
5047
5148
- name: Install dependencies
5249
run: |
53-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
50+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.62.1" --no-interaction --no-update
5451
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5552
5653
- name: List Installed Dependencies

0 commit comments

Comments
 (0)