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

This commit is contained in:
Simon Wisselink
2021-01-08 18:16:41 +01:00
parent 34bb308555
commit f50a573b25

View File

@@ -61,7 +61,7 @@ jobs:
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-${{ matrix.php-version }}-