Skip to content

Commit

Permalink
laravel 11.x-dev in stub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 24, 2024
1 parent 49430b8 commit c18257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Laravel
run: |
composer create-project laravel/laravel:11 .
composer create-project laravel/laravel:11.x-dev .
composer require laravel/jetstream:@dev --no-interaction --no-update
compsoser require headerx/laravel-jetstream-passport:@dev --no-interaction --no-update
composer config repositories.laravel-jetstream-passport '{"type": "path", "url": "laravel-jetstream-passport"}' --file composer.json
Expand Down

0 comments on commit c18257d

Please sign in to comment.