Skip to content

Commit

Permalink
chore: update runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
giusdp committed Jan 12, 2024
1 parent 1dad966 commit d6d1c24
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions runtimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,28 +128,28 @@
"attachmentName": "codefile",
"attachmentType": "text/plain"
},
"default": false,
"default": true,
"deprecated": false,
"image": {
"name": "action-php-v7.3",
"prefix": "openwhisk",
"tag": "nightly"
"name": "action-php-v8.2",
"prefix": "ghcr.io/nuvolaris",
"tag": "3.0.0-beta.2311031603"
},
"kind": "php:7.3"
"kind": "php:8.2"
},
{
"attached": {
"attachmentName": "codefile",
"attachmentType": "text/plain"
},
"default": true,
"default": false,
"deprecated": false,
"image": {
"name": "action-php-v7.4",
"prefix": "openwhisk",
"tag": "nightly"
"name": "action-php-v8.1",
"prefix": "ghcr.io/nuvolaris",
"tag": "3.0.0-beta.2311031603"
},
"kind": "php:7.4"
"kind": "php:8.1"
},
{
"attached": {
Expand All @@ -160,8 +160,8 @@
"deprecated": false,
"image": {
"name": "action-php-v8.0",
"prefix": "openwhisk",
"tag": "nightly"
"prefix": "ghcr.io/nuvolaris",
"tag": "3.0.0-beta.2311031603"
},
"kind": "php:8.0"
}
Expand Down Expand Up @@ -207,6 +207,20 @@
"tag": "3.0.0-beta.2309081459"
},
"kind": "python:310"
},
{
"attached": {
"attachmentName": "codefile",
"attachmentType": "text/plain"
},
"default": false,
"deprecated": false,
"image": {
"name": "action-python-v310-kube",
"prefix": "ghcr.io/nuvolaris",
"tag": "3.0.0-beta.2310270000"
},
"kind": "python:310kube"
}
],
"ruby": [
Expand Down

0 comments on commit d6d1c24

Please sign in to comment.