Skip to content

Commit

Permalink
Merge pull request #580 from FriendsOfSymfony/distinguish-cache
Browse files Browse the repository at this point in the history
separate vendor caches
  • Loading branch information
dbu authored Jul 24, 2024
2 parents bc39830 + 3c323d4 commit a582deb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
key: ${{ runner.os }}-vendor-php-${{ matrix.php }}

- name: Install composer dependencies
env:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
key: ${{ runner.os }}-vendor-legacy

- name: Install composer dependencies
# Lowest discovery can end up with an incompatible psr7 implementation, see discussion in https://github.com/FriendsOfSymfony/FOSHttpCache/pull/567
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
key: ${{ runner.os }}-vendor-legacy

- name: Install composer dependencies
run: |
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
key: ${{ runner.os }}-vendor-php-8.2

- name: Install dependencies
run: |
Expand Down

0 comments on commit a582deb

Please sign in to comment.