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.
2 parents 88675fd + 2d723a7 commit 6f775f0Copy full SHA for 6f775f0
.github/workflows/test.yaml
@@ -36,7 +36,7 @@ jobs:
36
echo "::set-output name=dir::$(composer config cache-files-dir)"
37
38
- name: composer-cache
39
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
40
with:
41
path: ${{ steps.composercache.outputs.dir }}
42
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -58,7 +58,7 @@ jobs:
58
vendor/bin/phpunit --no-coverage
59
60
- name: phpstan-cache
61
62
63
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
64
path: .phpstan-cache
0 commit comments