From 04b18df9a382a48a4ca76f1232d8de03e4a3e837 Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:27:54 +0100 Subject: [PATCH] Build for Windows + PHP 8.5 --- .github/workflows/windows.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index e73301b..18d7b21 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -15,6 +15,7 @@ jobs: strategy: matrix: php: + - '8.5' - '8.4' - '8.3' - '8.2' @@ -32,6 +33,8 @@ jobs: - false - true exclude: + - php: '8.5' + vs: vs16 - php: '8.4' vs: vs16 - php: '8.3'