From bd0d0817efb059812a3485b7b0a28114224764f0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:24:32 +0000 Subject: [PATCH 1/2] Initial plan From 6ed6b7c7293e1586abe725aa9ddd996695c26225 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:25:52 +0000 Subject: [PATCH 2/2] CI: add PHP 8.5 to test matrix Agent-Logs-Url: https://github.com/LordSimal/custom-html-elements/sessions/6f6d40fc-dd4c-4ece-8fbb-b8723c80abc6 Co-authored-by: LordSimal <9105243+LordSimal@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737616c..dc1612d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2', '8.3', '8.4'] + php-version: ['8.1', '8.2', '8.3', '8.4', '8.5'] dependencies: ['highest'] include: - php-version: '8.1' dependencies: 'lowest' - - php-version: '8.4' + - php-version: '8.5' dependencies: 'highest' steps: