File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ jobs:
27
27
uses : actions/cache@v3
28
28
with :
29
29
path : /tmp/composer-cache
30
- key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
30
+ key : ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
31
31
32
32
- name : Install dependencies
33
33
uses : php-actions/composer@v6
34
34
with :
35
+ php_version : ${{ matrix.php-version }}
35
36
args : --prefer-dist --ansi --no-interaction --no-progress --no-suggest
36
37
37
38
- name : PHPStan
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ jobs:
27
27
uses : actions/cache@v3
28
28
with :
29
29
path : /tmp/composer-cache
30
- key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
30
+ key : ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
31
31
32
32
- name : Install dependencies
33
33
uses : php-actions/composer@v6
34
34
with :
35
+ php_version : ${{ matrix.php-version }}
35
36
args : --prefer-dist --ansi --no-interaction --no-progress --no-suggest
36
37
37
38
- name : PHPUnit Tests
Original file line number Diff line number Diff line change 22
22
"ext-openssl" : " *" ,
23
23
"phpseclib/phpseclib" : " ^3.0" ,
24
24
"spomky-labs/php-aes-gcm" : " ^1.2" ,
25
- "symfony/process" : " ^4.1|^5.0"
25
+ "symfony/process" : " ^4.1|^5.0|^6.0 "
26
26
},
27
27
"require-dev" : {
28
28
"phpunit/phpunit" : " ^7.5|^9.0" ,
You can’t perform that action at this time.
0 commit comments