Downgrading to PHP7 compatibility
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
9cbde9a855
commit
bbeb16fba8
|
@ -62,7 +62,7 @@ function get_git_last_remote_tag(string $repo) : mixed
|
|||
return _get_last_version_tag($remote_tags);
|
||||
}
|
||||
|
||||
function _get_last_version_tag(array $tags) : string|bool
|
||||
function _get_last_version_tag(array $tags) : mixed
|
||||
{
|
||||
if(!$tags)
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue