From 816af8d93842994b434d2e1f6aa63b8e96bc7c63 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 28 Aug 2023 18:33:51 -0600 Subject: [PATCH] Update vercel-php runtime (#98) --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index a9cb1fa..1c41e71 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { "api/index.php": { - "runtime": "vercel-php@0.5.2", + "runtime": "vercel-php@0.6.0", "excludeFiles": "{images/**,.github/**}" } },