Skip to content

Commit

Permalink
Uses composer install action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 18, 2023
1 parent 18f657c commit e8e9cba
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 @@ -29,7 +29,7 @@ jobs:
- name: Lock Laravel Version
run: composer require "laravel/framework:${{ matrix.laravel }}" --no-update --dev -v
- name: Install dependencies
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache"
Expand Down

0 comments on commit e8e9cba

Please sign in to comment.