mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/17342] Disable PHP 8.4 builds on windows for now
PHPBB-17342
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -486,7 +486,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
type: ['unit', 'functional']
|
type: ['unit', 'functional']
|
||||||
php: ['8.1', '8.2', '8.3', '8.4']
|
php: ['8.1', '8.2', '8.3']
|
||||||
db: ['postgres']
|
db: ['postgres']
|
||||||
|
|
||||||
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
Reference in New Issue
Block a user