1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 14:18:24 +01:00

[ticket/17342] Disable PHP 8.4 builds on windows for now

PHPBB-17342
This commit is contained in:
Marc Alexander 2024-06-16 20:58:43 +02:00
parent a865e85886
commit 20c9656420
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -486,7 +486,7 @@ jobs:
strategy:
matrix:
type: ['unit', 'functional']
php: ['8.1', '8.2', '8.3', '8.4']
php: ['8.1', '8.2', '8.3']
db: ['postgres']
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}