Closed aldoyh closed 1 year ago
Yup the version in the example project just needs to be bumped to the latest eg
{ "functions": { "api/index.php": { "runtime": "vercel-php@0.5.2" } } }
Yup the version in the example project just needs to be bumped to the latest eg
{ "functions": { "api/index.php": { "runtime": "vercel-php@0.5.2" } } }
I checked and it is actually the latest version now.
+1
Error: The Runtime "vercel-php@0.3.1" is using "nodejs12.x", which is discontinued.
Please upgrade your Runtime to a more recent version or consult the author for more details.
@alphaolomi Please use 0.5.x release.
Hi, can you folks try new versions?
vercel-php@0.6.0 - PHP 8.2.x (https://example-php-8-2.vercel.app/) vercel-php@0.5.3 - PHP 8.1.x (https://example-php-8-1.vercel.app/) vercel-php@0.4.1 - PHP 8.0.x (https://example-php-8-0.vercel.app/) vercel-php@0.3.3 - PHP 7.4.x (https://example-php-7-4.vercel.app/)
Bug report
Just right after cloning the git I ran
vercel
And this is my output:Otherwise, amazing work!
Description