Skip to content

Commit a1bfa94

Browse files
authored
fix tests
1 parent d54e648 commit a1bfa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install dependencies
4949
run: |
50-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72.1" --no-interaction --no-update
50+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72.2|" --no-interaction --no-update
5151
composer update --with="livewire/livewire:^${{ matrix.livewire }}" --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
5252
5353
- name: Execute tests

0 commit comments

Comments
 (0)