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 30fb1e2 + b4d7821 commit aace1f1Copy full SHA for aace1f1
.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 }}
@@ -54,7 +54,7 @@ jobs:
54
vendor/bin/simple-phpunit --no-coverage
55
56
- name: phpstan-cache
57
58
59
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
60
path: .phpstan-cache
0 commit comments