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 48
48
with :
49
49
path : ~/.composer/cache/files
50
50
key : ${{ matrix.php }}-${{ matrix.symfony_constraint }}-${{ matrix.composer_option }}
51
- - uses : shivammathur/setup-php@v1
51
+ - uses : shivammathur/setup-php@v2
52
52
with :
53
53
php-version : ${{ matrix.php }}
54
54
coverage : xdebug
74
74
with :
75
75
path : ~/.composer/cache/files
76
76
key : ' 7.4--'
77
- - uses : shivammathur/setup-php@v1
77
+ - uses : shivammathur/setup-php@v2
78
78
with :
79
79
php-version : ' 7.4'
80
80
- run : composer install --no-progress --ansi
88
88
with :
89
89
path : ~/.composer/cache/files
90
90
key : ' 7.4--'
91
- - uses : shivammathur/setup-php@v1
91
+ - uses : shivammathur/setup-php@v2
92
92
with :
93
93
php-version : ' 7.4'
94
94
- run : composer install --no-progress --ansi
You can’t perform that action at this time.
0 commit comments