File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ jobs:
2727 uses : actions/cache@v3
2828 with :
2929 path : /tmp/composer-cache
30- key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
30+ key : ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
3131
3232 - name : Install dependencies
3333 uses : php-actions/composer@v6
3434 with :
35+ php_version : ${{ matrix.php-version }}
3536 args : --prefer-dist --ansi --no-interaction --no-progress --no-suggest
3637
3738 - name : PHPStan
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ jobs:
2727 uses : actions/cache@v3
2828 with :
2929 path : /tmp/composer-cache
30- key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
30+ key : ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
3131
3232 - name : Install dependencies
3333 uses : php-actions/composer@v6
3434 with :
35+ php_version : ${{ matrix.php-version }}
3536 args : --prefer-dist --ansi --no-interaction --no-progress --no-suggest
3637
3738 - name : PHPUnit Tests
Original file line number Diff line number Diff line change 2222 "ext-openssl" : " *" ,
2323 "phpseclib/phpseclib" : " ^3.0" ,
2424 "spomky-labs/php-aes-gcm" : " ^1.2" ,
25- "symfony/process" : " ^4.1|^5.0"
25+ "symfony/process" : " ^4.1|^5.0|^6.0 "
2626 },
2727 "require-dev" : {
2828 "phpunit/phpunit" : " ^7.5|^9.0" ,
You can’t perform that action at this time.
0 commit comments