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 }}