Skip to content

Commit

Permalink
Add PHP 7.3 runtime (#397)
Browse files Browse the repository at this point in the history
* Add PHP 7.3 runtime and set as default
  • Loading branch information
akrabat authored and dgrove-oss committed Dec 17, 2018
1 parent d59b971 commit 11362af
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion helm/openwhisk/runtimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
{
"kind": "php:7.2",
"default": true,
"default": false,
"deprecated": false,
"image": {
"prefix": "openwhisk",
Expand All @@ -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": [
Expand Down

0 comments on commit 11362af

Please sign in to comment.