Only restore cache from current date then

pull/841/head
rugk 2021-10-02 00:29:48 +02:00 committed by GitHub
parent 3ba6483bf3
commit a8f7840d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-
restore-keys: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}-
# composer
- name: Setup PHPunit