Skip to content

Commit 821eb4e

Browse files
committed
add php 7.1 for cent8
1 parent b560043 commit 821eb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managePHP/phpManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def findPHPVersions():
1515
if distro == ProcessUtilities.centos:
1616
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']
1717
elif distro == ProcessUtilities.cent8:
18-
return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4']
18+
return ['PHP 7.1','PHP 7.2', 'PHP 7.3', 'PHP 7.4']
1919
elif distro == ProcessUtilities.ubuntu20:
2020
return ['PHP 7.2', 'PHP 7.3', 'PHP 7.4']
2121
else:

0 commit comments

Comments
 (0)