Skip to content

Commit d823811

Browse files
committed
ci: remove filament support
1 parent 9ce5b03 commit d823811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-runner.yml

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

6666
- name: Install dependencies
6767
run: |
68-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "filament/support:^3.3" --no-interaction --no-update
68+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
6969
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --no-interaction
7070
7171
- name: Run test suite

0 commit comments

Comments
 (0)