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 }}