Use cached packages for PHP updates on GHR
This commit is contained in:
parent
18f02c9c99
commit
4186db28f7
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ add_packaged_php() {
|
|||
# Function to update PHP.
|
||||
update_php() {
|
||||
initial_version=$(php_semver)
|
||||
use_package_cache="false" add_packaged_php
|
||||
add_packaged_php
|
||||
updated_version=$(php_semver)
|
||||
if [ "$updated_version" != "$initial_version" ]; then
|
||||
status="Updated to"
|
||||
|
|
|
|||
Loading…
Reference in a new issue