From 11362af096752b9d1e8c172bd56b4b6a0666b295 Mon Sep 17 00:00:00 2001 From: Rob Allen Date: Mon, 17 Dec 2018 16:06:20 +0000 Subject: [PATCH] Add PHP 7.3 runtime (#397) * Add PHP 7.3 runtime and set as default --- helm/openwhisk/runtimes.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json index afec083f..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", @@ -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": [