We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6a47b commit 386bac6Copy full SHA for 386bac6
.github/workflows/main.yml
@@ -30,11 +30,11 @@ jobs:
30
sudo apt update
31
sudo apt install rsync
32
33
- - name: Cache Composer dependencies
34
- uses: actions/cache@v2
35
- with:
36
- path: /tmp/composer-cache
37
- key: ${{ matrix.php-version }}-${{ env.RELEASE_VERSION }}-${{ hashFiles('**/composer.lock') }}
+ # - name: Cache Composer dependencies
+ # uses: actions/cache@v2
+ # with:
+ # path: /tmp/composer-cache
+ # key: ${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
38
39
- name: Install dependencies
40
uses: php-actions/composer@v6
0 commit comments