From 8b29d6c2bad0b9992fb1d2d5171ba04c26a33a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+jokesterfr@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:39:36 +0200 Subject: [PATCH] Add 8.2 support --- prestashop-versions.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/prestashop-versions.json b/prestashop-versions.json index 2156fa9..bfc5025 100644 --- a/prestashop-versions.json +++ b/prestashop-versions.json @@ -53,6 +53,15 @@ "recommended": "16.16.0" } }, + "^8.2": { + "php": { + "recommended": "8.1", + "compatible": ["7.2", "7.3", "7.4", "8.0", "8.1"] + }, + "nodejs": { + "recommended": "16.16.0" + } + }, "^9": { "php": { "recommended": "8.1",