File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 uses : actions/cache@v2
4545 with :
4646 path : ${{ steps.composercache.outputs.dir }}
47- key : ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('**/composer.json') }}
47+ key : ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ matrix.phpunit-versions }}-${{ hashFiles('**/composer.json') }}
4848 restore-keys : |
49- ${{ runner.os }}-php-${{ matrix.php-versions }}
49+ ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ matrix.phpunit-versions }}
5050
5151 - name : Install deps
5252 run : composer install --prefer-dist --no-progress --no-suggest --optimize-autoloader
5353
54- - name : Unit tests 8.x
54+ - name : Unit tests 8.x with phpunit:${{ matrix.phpunit-versions }}
5555 run : phpunit
5656 if : matrix.php-versions == '8.0' || matrix.php-versions == '8.1'
5757
You can’t perform that action at this time.
0 commit comments