Skip to content

Commit

Permalink
Drop mentions of php:7.3-ubi8
Browse files Browse the repository at this point in the history
That version of PHP is out of support and being dropped from 4.10 imagestreams.
  • Loading branch information
yselkowitz committed Jan 12, 2022
1 parent 447b7d5 commit 468dc76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/templates/cakephp-mysql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.3-ubi7, 7.3-ubi8, 7.4-ubi8, or latest).",
"description": "Version of PHP image to be used (7.3-ubi7, 7.4-ubi8, or latest).",
"required": true,
"value": "7.4-ubi8"
},
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/cakephp-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.3-ubi7, 7.3-ubi8, 7.4-ubi8, or latest).",
"description": "Version of PHP image to be used (7.3-ubi7, 7.4-ubi8, or latest).",
"required": true,
"value": "7.4-ubi8"
},
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/cakephp.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
{
"name": "PHP_VERSION",
"displayName": "PHP Version",
"description": "Version of PHP image to be used (7.3-ubi7, 7.3-ubi8, 7.4-ubi8, or latest).",
"description": "Version of PHP image to be used (7.3-ubi7, 7.4-ubi8, or latest).",
"required": true,
"value": "7.4-ubi8"
},
Expand Down

0 comments on commit 468dc76

Please sign in to comment.