1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 11:41:38 +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
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 }}