Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkumarthakur60 committed May 1, 2024
1 parent 89aa837 commit 676bc59
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 @@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
run: |
composer require "illuminate/auth:^8.0" "illuminate/database:^8.0" "illuminate/http:^8.0" "illuminate/pagination:^8.0" "illuminate/routing:^8.0" "illuminate/support:^8.0" --no-update
composer require "illuminate/auth:${{matrix.laravel}}" "illuminate/database:${{matrix.laravel}}" "illuminate/http:${{matrix.laravel}}" "illuminate/pagination:${{matrix.laravel}}" "illuminate/routing:${{matrix.laravel}}" "illuminate/support:${{matrix.laravel}}" --no-update
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Laravel Version
Expand Down

0 comments on commit 676bc59

Please sign in to comment.