Skip to content

Commit

Permalink
Update tests.yml (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 31, 2023
1 parent f40dded commit bed2fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Laravel
run: |
composer create-project laravel/laravel:${{ matrix.laravel }} .
composer require laravel/breeze:* --no-interaction --no-update
composer require laravel/breeze:@dev --no-interaction --no-update
composer config repositories.breeze '{"type": "path", "url": "breeze"}' --file composer.json
- name: Checkout code
Expand Down

0 comments on commit bed2fb2

Please sign in to comment.