Skip to content

Commit

Permalink
Merge pull request #19 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 750cb66 + 97f4418 commit 9094142
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 @@ -35,12 +35,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
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 9094142

Please sign in to comment.