From 808ab43fec912c08a4583280daf20d36bafd1523 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 29 Sep 2024 12:28:34 +0200 Subject: [PATCH] Run Windows CI against PHP 8.4, too We also change the setup-php-sdk branch to a commit on the main branch. This should be changed again when a new setup-php-sdk release is made. --- .github/workflows/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 14e7c25..57beec9 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -31,11 +31,12 @@ jobs: shell: cmd strategy: matrix: - version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] + version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"] arch: [x64] ts: [nts, ts] os: [windows-2019, windows-2022] exclude: + - { os: windows-2019, version: "8.4" } - { os: windows-2019, version: "8.3" } - { os: windows-2019, version: "8.2" } - { os: windows-2019, version: "8.1" } @@ -49,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PHP id: setup-php - uses: php/setup-php-sdk@1248285eaa27e8fe99a03ad2108cf062669ac3f4 + uses: php/setup-php-sdk@8d9e79bdbce494591e33d542377778613cfca59f with: version: ${{matrix.version}} arch: ${{matrix.arch}}