From a678bf4dea4ceeeeee5947a4ff6dddfed4c88df6 Mon Sep 17 00:00:00 2001 From: Frosh Automation Date: Wed, 4 Dec 2024 02:26:26 +0000 Subject: [PATCH] chore: Updated files --- data/all-supported-php-versions-by-shopware-version.json | 4 ++++ data/php-version.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/all-supported-php-versions-by-shopware-version.json b/data/all-supported-php-versions-by-shopware-version.json index 168bb79..aae3d42 100755 --- a/data/all-supported-php-versions-by-shopware-version.json +++ b/data/all-supported-php-versions-by-shopware-version.json @@ -671,5 +671,9 @@ "6.6.8.2": [ "8.2", "8.3" + ], + "6.6.9.0": [ + "8.2", + "8.3" ] } \ No newline at end of file diff --git a/data/php-version.json b/data/php-version.json index a5bd8db..20b82ed 100644 --- a/data/php-version.json +++ b/data/php-version.json @@ -141,5 +141,6 @@ "6.6.7.1": "8.2", "6.6.8.0": "8.2", "6.6.8.1": "8.2", - "6.6.8.2": "8.2" + "6.6.8.2": "8.2", + "6.6.9.0": "8.2" } \ No newline at end of file