mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Use cached packages for PHP updates on GHR
This commit is contained in:
parent
60a4a89981
commit
c9a96cbdd1
@ -207,7 +207,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 New Issue
Block a user