Skip to content

Commit

Permalink
Ensure we install the latest minor versions for laravel 9.x and 10.x …
Browse files Browse the repository at this point in the history
…when testing stubs
  • Loading branch information
joelbutcher committed Feb 15, 2023
1 parent 664e7c6 commit c60e06f
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 @@ -71,7 +71,7 @@ jobs:

- name: Setup Laravel
run: |
composer create-project laravel/laravel:${{ matrix.laravel }} .
composer create-project laravel/laravel:^${{ matrix.laravel }} .
composer require joelbutcher/socialstream:@dev --no-interaction --no-update
composer config repositories.socialstream '{"type": "path", "url": "socialstream"}' --file composer.json
Expand Down

0 comments on commit c60e06f

Please sign in to comment.