From c6e7123e458b653c8c4f803cac5f6ec3ef868118 Mon Sep 17 00:00:00 2001 From: Arnaud Ligny Date: Sat, 9 Dec 2023 03:23:32 +0100 Subject: [PATCH] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 422afbd..06cc93d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "curl -sSOL https://cecil.app/build.sh && bash ./build.sh" [build.environment] - #PHP_VERSION = "7.4" + PHP_VERSION = "8.1" [context.production.environment] CECIL_ENV = "production"