From d6d0f755ff65c5377402b12b6032486c170ce155 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 11 Sep 2025 20:34:29 +0200 Subject: [PATCH] [ticket/17540] Use windows 2025 runners and limit to single PHP version PHPBB-17540 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72bd7d6d42..79dcc27277 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -495,11 +495,11 @@ jobs: # Test with IIS & PostgreSQL on Windows windows-tests: - runs-on: windows-latest + runs-on: windows-2025 strategy: matrix: type: ['unit', 'functional'] - php: ['8.1', '8.2', '8.3'] + php: ['8.4'] db: ['postgres'] name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}