Skip to content

Commit ce2c0f3

Browse files
committed
allow l12
1 parent fcf9744 commit ce2c0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72.2" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
38+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
3939
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4040
4141
- name: Execute tests

0 commit comments

Comments
 (0)