Skip to content

Commit

Permalink
Merge pull request #14 from eXolnet/feature/remove-useless-composer-c…
Browse files Browse the repository at this point in the history
…ache

ci: composer cache doesn't change anything
  • Loading branch information
xel1045 authored Oct 16, 2023
2 parents 102ba24 + b3c3916 commit d0d98b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v2
with:
path: ~/.composer/cache/files
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit d0d98b5

Please sign in to comment.