differ composer cache for php version to support php7.1 testing

This commit is contained in:
Simon Wisselink
2021-01-08 18:14:15 +01:00
parent 0be482d1f8
commit 34bb308555

View File

@@ -63,7 +63,7 @@ jobs:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
${{ runner.os }}-php-${{ matrix.php-version }}-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'