We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a11ce commit d49170eCopy full SHA for d49170e
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Cache Docker Image
66
id: cache-docker-image
67
- uses: actions/cache@v2
+ uses: actions/cache@v4
68
with:
69
path: /tmp/docker-image.tar
70
key: cache-docker-image-test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
@@ -78,7 +78,7 @@ jobs:
78
run: docker build -f .github/workflows/test.Dockerfile -t 'test:${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}' --build-arg 'PHP_VERSION=${{ matrix.PHP_VERSION }}' --build-arg 'CODE_COVERAGE=${{ matrix.CODE_COVERAGE }}' .
79
80
- name: Cache Composer Cache Files
81
82
83
path: /tmp/composer-cache-files
84
key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}
0 commit comments