From b12bd091d53cd6064715b708081e43a34ff0c18e Mon Sep 17 00:00:00 2001 From: Martin Georgiev Date: Mon, 25 Nov 2024 19:52:59 +0000 Subject: [PATCH] Drop support of PHP 8.1 --- .github/workflows/ci.yml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4944919..efa45b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: include: - - php: '8.1' - php: '8.2' - php: '8.3' - php: '8.4' diff --git a/composer.json b/composer.json index 8708898..e9eaba3 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "require": { - "php": "^8.1", + "php": "^8.2", "ext-ctype": "*", "ext-json": "*", "ext-mbstring": "*", @@ -55,7 +55,7 @@ "symfony/cache": "^6.4||^7.0" }, "suggest": { - "php": "^8.3", + "php": "^8.4", "doctrine/orm": "~2.14||~3.0" },