Skip to content

Commit 0617d80

Browse files
committed
[TASK] Drop vendor cache to avoid stale dependency state
1 parent 6d3bff1 commit 0617d80

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ jobs:
5151
composer-${{ matrix.php }}-${{ matrix.typo3 }}-
5252
composer-${{ matrix.php }}-
5353
54-
- name: Cache vendor
55-
if: ${{ !env.ACT }}
56-
uses: actions/cache@v4
57-
with:
58-
path: .Build/vendor
59-
key: vendor-${{ matrix.php }}-${{ matrix.typo3 }}-${{ hashFiles('composer.json') }}
60-
restore-keys: vendor-${{ matrix.php }}-${{ matrix.typo3 }}-
61-
6254
- name: Pin TYPO3 version
6355
run: composer require --no-update typo3/cms-core:"${{ matrix.typo3 }}"
6456

0 commit comments

Comments
 (0)