projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679227e
)
Bump Recommended PHP version to 7.2 and min recommend to be 7.1 as per Eileen
author
Seamus Lee
<seamuslee001@gmail.com>
Tue, 18 Dec 2018 06:07:09 +0000
(17:07 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Tue, 18 Dec 2018 06:07:09 +0000
(17:07 +1100)
CRM/Upgrade/Incremental/General.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Upgrade/Incremental/General.php
b/CRM/Upgrade/Incremental/General.php
index ee0ac2de9c4a6926abfb77c68d85970a763c4689..6570c4853808dfa9e64c21dc1cadf9bb5852cef1 100644
(file)
--- a/
CRM/Upgrade/Incremental/General.php
+++ b/
CRM/Upgrade/Incremental/General.php
@@
-41,12
+41,12
@@
class CRM_Upgrade_Incremental_General {
/**
* The recommended PHP version.
*/
- const RECOMMENDED_PHP_VER = '7.
1
';
+ const RECOMMENDED_PHP_VER = '7.
2
';
/**
* The previous recommended PHP version.
*/
- const MIN_RECOMMENDED_PHP_VER = '7.
0
';
+ const MIN_RECOMMENDED_PHP_VER = '7.
1
';
/**
* The minimum PHP version required to install Civi.