File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
fetch-depth : 0
58
58
59
59
- name : " Install PHP"
60
- uses : " shivammathur/setup-php@v2 "
60
+ uses : " shivammathur/setup-php@2.24.0 "
61
61
with :
62
62
php-version : " ${{ matrix.php-version }}"
63
63
ini-values : memory_limit=-1
@@ -109,7 +109,7 @@ jobs:
109
109
fetch-depth : 0
110
110
111
111
- name : " Install PHP"
112
- uses : " shivammathur/setup-php@v2 "
112
+ uses : " shivammathur/setup-php@2.24.0 "
113
113
with :
114
114
php-version : " ${{ matrix.php-version }}"
115
115
ini-values : memory_limit=-1
Original file line number Diff line number Diff line change 27
27
uses : " actions/checkout@v3"
28
28
29
29
- name : " Install PHP"
30
- uses : " shivammathur/setup-php@v2 "
30
+ uses : " shivammathur/setup-php@2.24.0 "
31
31
with :
32
32
coverage : " pcov"
33
33
php-version : " ${{ matrix.php-version }}"
You can’t perform that action at this time.
0 commit comments