From 20c9656420348a7fe24e1dd93743dcd040801e44 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 16 Jun 2024 20:58:43 +0200 Subject: [PATCH] [ticket/17342] Disable PHP 8.4 builds on windows for now PHPBB-17342 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edf41633b2..4b5a58a30f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}