diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9dd53fafa5..edf41633b2 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'] + php: ['8.1', '8.2', '8.3', '8.4'] db: ['postgres'] name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}