Compare commits

...

3 commits

Author SHA1 Message Date
Marc Alexander
20c9656420
[ticket/17342] Disable PHP 8.4 builds on windows for now
PHPBB-17342
2024-06-16 20:58:43 +02:00
Marc Alexander
a865e85886
Merge branch 'ticket/17342-3.3.x' into ticket/17342 2024-06-16 20:44:29 +02:00
Marc Alexander
abaef09a14
[ticket/17342] Add tests for PHP 8.4 to GitHub Actions
PHPBB-17342
2024-06-16 20:31:57 +02:00

View file

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