Skip to content

Commit

Permalink
Drop broken specification of PHPUnit in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Mar 12, 2024
1 parent f3cb3bf commit 71fa42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_LICENSE_KEY }}"
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench" "phpunit/phpunit" --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-progress --no-suggest
- name: Copy .env.example to .env
Expand Down

0 comments on commit 71fa42b

Please sign in to comment.