From feded0e489cf672885b4e9e3a2e2853bd83cf9d5 Mon Sep 17 00:00:00 2001 From: Christophe Lablancherie Date: Mon, 2 Feb 2026 12:02:18 -0500 Subject: [PATCH 1/2] feat: support PHP 8.5 Ref: #57416 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2417ada..13e1797 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3, 8.4] + php: [8.5] name: P${{ matrix.php }} diff --git a/composer.json b/composer.json index d07677e..deec88f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.1" + "php": "^8.5" }, "require-dev": { "squizlabs/php_codesniffer": "^3.11.3" From 7c31ae0e7894565f289e874d116221e0f561470c Mon Sep 17 00:00:00 2001 From: Christophe Lablancherie Date: Tue, 3 Feb 2026 16:20:38 -0500 Subject: [PATCH 2/2] feat: support PHP 8.5 Ref: #57416 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13e1797..dd9649f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.5] + php: [8.1, 8.2, 8.3, 8.4, 8.5] name: P${{ matrix.php }} diff --git a/composer.json b/composer.json index deec88f..d07677e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.5" + "php": "^8.1" }, "require-dev": { "squizlabs/php_codesniffer": "^3.11.3"