From e8f8de14bddf5ba716bb2660ee1e43248379c124 Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sun, 16 Aug 2026 12:04:38 +0200 Subject: [PATCH 1/2] drop php 8.4 support --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b92b67f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [Unreleased] + +### Changed + +- Requires PHP `8.5` diff --git a/composer.json b/composer.json index 22a22c5..87cf120 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "issues": "http://github.com/innmind/foundation/issues" }, "require": { - "php": "~8.4", + "php": "~8.5", "innmind/immutable": "~6.0", "innmind/mutable": "~1.0", "innmind/http": "~9.0", From 5cee8f16f32b9f6f8c676f2dc1d23472ab79f526 Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sun, 16 Aug 2026 12:06:16 +0200 Subject: [PATCH 2/2] remove testing against php 8.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50b3734..87931bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - php-version: ['8.4', '8.5'] + php-version: ['8.5'] dependencies: ['lowest', 'highest'] name: 'Composer' steps: