From b47e75fa88f74c58df8c9e91221380946d4f0e3e Mon Sep 17 00:00:00 2001 From: Rob Allen Date: Sun, 16 Dec 2018 20:39:25 +0000 Subject: [PATCH 1/2] Add PHP 7.3 runtime --- helm/openwhisk/runtimes.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json index afec083f..3c423bb1 100644 --- a/helm/openwhisk/runtimes.json +++ b/helm/openwhisk/runtimes.json @@ -166,6 +166,20 @@ "attachmentName": "codefile", "attachmentType": "text/plain" } + }, + { + "kind": "php:7.3", + "default": true, + "deprecated": false, + "image": { + "prefix": "openwhisk", + "name": "action-php-v7.3", + "tag": "ab65b67" + }, + "attached": { + "attachmentName": "codefile", + "attachmentType": "text/plain" + } } ], "ruby": [ From 1b4cee1eb3fa51a09ac614f512dc8a99f1f94f44 Mon Sep 17 00:00:00 2001 From: Rob Allen Date: Sun, 16 Dec 2018 20:52:55 +0000 Subject: [PATCH 2/2] Set php:7.2 as not default --- helm/openwhisk/runtimes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json index 3c423bb1..757f058f 100644 --- a/helm/openwhisk/runtimes.json +++ b/helm/openwhisk/runtimes.json @@ -155,7 +155,7 @@ }, { "kind": "php:7.2", - "default": true, + "default": false, "deprecated": false, "image": { "prefix": "openwhisk",