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 2d759f9 commit 8da372bCopy full SHA for 8da372b
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo "::set-output name=dir::$(composer config cache-files-dir)"
36
37
- name: composer-cache
38
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.2.3
39
with:
40
path: ${{ steps.composercache.outputs.dir }}
41
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -53,7 +53,7 @@ jobs:
53
vendor/bin/simple-phpunit --no-coverage
54
55
- name: phpstan-cache
56
57
58
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
59
path: .phpstan-cache
0 commit comments