Skip to content

Commit

Permalink
Get rid off EOL php version
Browse files Browse the repository at this point in the history
This commit removes EOL PHP images.
OpenShift templates now uses PHP 7.3 version by default

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and pkubatrh committed Jan 2, 2020
1 parent 47a951e commit 133cb8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/cakephp-mysql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.1 or latest).",
"description": "Version of PHP image to be used (7.3 or latest).",
"required": true,
"value": "7.1"
"value": "7.3"
},
{
"name": "MEMORY_LIMIT",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/cakephp-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.1 or latest).",
"description": "Version of PHP image to be used (7.3 or latest).",
"required": true,
"value": "7.1"
"value": "7.3"
},
{
"name": "MEMORY_LIMIT",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/cakephp.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.1 or latest).",
"description": "Version of PHP image to be used (7.3 or latest).",
"required": true,
"value": "7.1"
"value": "7.3"
},
{
"name": "MEMORY_LIMIT",
Expand Down

0 comments on commit 133cb8b

Please sign in to comment.