From 0557a836b94f7714cac63077986b3e89fdceb5d9 Mon Sep 17 00:00:00 2001 From: breadthe Date: Tue, 19 Mar 2024 22:59:43 -1000 Subject: [PATCH] Use PHP 8.2 for the build env --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 4df3d5d..8f6317f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,4 +5,4 @@ publish = "build_production" [build.environment] -PHP_VERSION = "8.1" +PHP_VERSION = "8.2"