add php 7.1 for cent8

This commit is contained in:
Usman Nasir 2020-07-02 23:25:48 +05:00
parent b56004366a
commit 821eb4ef0b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class PHPManager:
if distro == ProcessUtilities.centos:
return ['PHP 5.3', 'PHP 5.4', 'PHP 5.5', 'PHP 5.6', 'PHP 7.0', 'PHP 7.1', 'PHP 7.2', 'PHP 7.3', 'PHP 7.4']
elif distro == ProcessUtilities.cent8:
return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4']
return ['PHP 7.1','PHP 7.2', 'PHP 7.3', 'PHP 7.4']
elif distro == ProcessUtilities.ubuntu20:
return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4']
else: