Skip to content

Commit

Permalink
Remove duster from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Jan 12, 2024
1 parent c91da08 commit 8061273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install Dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" --no-interaction --no-update
composer remove "tightenco/duster" --dev --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute Tests
run: ./vendor/bin/phpunit --testdox

0 comments on commit 8061273

Please sign in to comment.