1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

[ticket/17540] Use windows 2025 runners and limit to single PHP version

PHPBB-17540
This commit is contained in:
Marc Alexander
2025-09-11 20:34:29 +02:00
parent 666daca206
commit d6d0f755ff

View File

@@ -495,11 +495,11 @@ jobs:
# Test with IIS & PostgreSQL on Windows # Test with IIS & PostgreSQL on Windows
windows-tests: windows-tests:
runs-on: windows-latest runs-on: windows-2025
strategy: strategy:
matrix: matrix:
type: ['unit', 'functional'] type: ['unit', 'functional']
php: ['8.1', '8.2', '8.3'] php: ['8.4']
db: ['postgres'] db: ['postgres']
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }} name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}