From fe4ecdeb6973e575d15cbd5cd49df926d5340418 Mon Sep 17 00:00:00 2001 From: ecourtial Date: Fri, 1 Dec 2023 16:44:54 +0100 Subject: [PATCH] (tech) add PHP 8.3 support --- .github/workflows/continuous integration.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous integration.yml b/.github/workflows/continuous integration.yml index 9b58cc940..16b110380 100644 --- a/.github/workflows/continuous integration.yml +++ b/.github/workflows/continuous integration.yml @@ -90,6 +90,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" dependencies: - "lowest" - "highest" diff --git a/composer.json b/composer.json index ff2cbd4e7..7c3ac9611 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8,<8.2|>=8.2.9,<8.3", + "php": "^8,<8.2|>=8.2.9,<8.4", "ext-curl": "*", "beberlei/assert": "^3.2.5", "symfony/yaml": "^3|^4|^5|^6",