We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3bff1 commit 0617d80Copy full SHA for 0617d80
1 file changed
.github/workflows/tests.yml
@@ -51,14 +51,6 @@ jobs:
51
composer-${{ matrix.php }}-${{ matrix.typo3 }}-
52
composer-${{ matrix.php }}-
53
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
-
62
- name: Pin TYPO3 version
63
run: composer require --no-update typo3/cms-core:"${{ matrix.typo3 }}"
64
0 commit comments