From 84ad4079dfef053e9cf27233ee246a1fefa3fa26 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:02:07 +0000 Subject: [PATCH] Add PHP 8.5 to CI build matrix Add PHP 8.5 to the lint, tests, and static-analysis job matrices in build.yml to ensure the library is tested across all 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 37d1da01..9ebe06d9 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" @@ -95,6 +96,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dependencies: - "lowest" - "highest" @@ -134,6 +136,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout"