From 86d2d1c915c03cc206d94e996939bb7907fa347c Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:02:13 +0000 Subject: [PATCH] Add PHP 8.5 to CI matrix for lint, tests, and static analysis Include PHP 8.5 in the build matrix for all relevant CI jobs (lint, tests, static-analysis) to ensure the extension is tested against the full range of supported PHP versions from 7.4 to 8.5. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ccf1c5..7587565 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout" @@ -94,6 +95,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dependencies: - "lowest" - "highest" @@ -133,6 +135,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dependencies: - "lowest" - "highest"