Skip to content

Commit

Permalink
Update values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Sep 5, 2024
1 parent c10e3b1 commit 12d1524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php_version": {
"type": "string",
"description": "Version of PHP image to be used (8.1-ubi9 by default).",
"enum": [ "latest", "8.0-ubi8", "8.2-ubi8", "8.1-ubi9", "8.0-ubi9", "8.2-ubi9" ]
"enum": [ "latest", "7.4-ubi8", "8.0-ubi8", "8.2-ubi8", "8.1-ubi9", "8.0-ubi9", "8.2-ubi9" ]
},
"memory_limit": {
"type": "string",
Expand Down

0 comments on commit 12d1524

Please sign in to comment.