Skip to content

Commit

Permalink
Use ramsey/composer-install (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Feb 5, 2024
1 parent af69cfb commit 271b3c5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:

- run: composer validate

- id: composer-cache
uses: actions/cache@v4
with:
path: vendor
key: php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
restore-keys: php-${{ matrix.php }}-

- if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
- uses: "ramsey/composer-install@v2"

- run: composer run test

0 comments on commit 271b3c5

Please sign in to comment.