We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dd360 commit d5eeeb6Copy full SHA for d5eeeb6
1 file changed
.github/workflows/test.yml
@@ -39,11 +39,11 @@ jobs:
39
RUN_PSALM: 'false'
40
41
steps:
42
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
43
44
- name: Cache Docker Image
45
id: docker-cache-image
46
- uses: actions/cache@v2
+ uses: actions/cache@v5
47
with:
48
path: /tmp/docker-cache-image.tar
49
key: docker-cache-image:${{ matrix.PHP_VERSION }}:${{ matrix.CODE_COVERAGE }}
@@ -57,7 +57,7 @@ jobs:
57
run: docker build -f .github/workflows/test.Dockerfile -t 'test:${{ matrix.PHP_VERSION }}' --build-arg 'PHP_VERSION=${{ matrix.PHP_VERSION }}' --build-arg 'CODE_COVERAGE=${{ matrix.CODE_COVERAGE }}' .
58
59
- name: Cache Composer Cache Dir
60
61
62
path: /tmp/composer-cache-dir
63
key: composer-cache-dir:${{ matrix.PHP_VERSION }}
0 commit comments