From 0349d3f2203e75a3394cfe6e89bc015d3834f749 Mon Sep 17 00:00:00 2001 From: Javier Espinosa Date: Thu, 6 Feb 2025 11:07:12 +0100 Subject: [PATCH] Update PHP requirement and CI setup to test against PHP 8.4 --- .github/workflows/continuous-integration.yml | 1 + composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0198c7b..3ae6d3c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -51,6 +51,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" operating-system: - "ubuntu-latest" diff --git a/composer.json b/composer.json index 512e5e2..737c36d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PSR-11 Container extension for Behat", "type": "library", "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "behat/behat": "^3.14.0", "psr/container": "^1.1.2", "symfony/config": "^6.0.19", diff --git a/composer.lock b/composer.lock index d587a48..9f87894 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0a90344bb585f40d7d2bce161ccd5721", + "content-hash": "b9e8f02f12e5bb924d2ff5a1e87ee024", "packages": [ { "name": "behat/behat", @@ -3893,7 +3893,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "platform-dev": {}, "platform-overrides": {