File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
steps :
18
18
19
19
20
- - uses : shivammathur/setup-php@2.31.1
20
+ - uses : shivammathur/setup-php@2.33.0
21
21
with :
22
22
php-version : ${{ matrix.php-versions }}
23
23
coverage : none
24
24
if : matrix.php-versions != '8.4' || matrix.dependencies != 'highest'
25
25
26
- - uses : shivammathur/setup-php@2.31.1
26
+ - uses : shivammathur/setup-php@2.33.0
27
27
with :
28
28
php-version : ${{ matrix.php-versions }}
29
29
coverage : pcov
59
59
60
60
steps :
61
61
62
- - uses : shivammathur/setup-php@2.31.1
62
+ - uses : shivammathur/setup-php@2.33.0
63
63
with :
64
64
php-version : 7.4
65
65
coverage : none
76
76
77
77
steps :
78
78
79
- - uses : shivammathur/setup-php@2.31.1
79
+ - uses : shivammathur/setup-php@2.33.0
80
80
with :
81
81
php-version : 7.4
82
82
coverage : none
You can’t perform that action at this time.
0 commit comments