diff --git a/.github/workflows/tests-postgres.yml b/.github/workflows/tests-postgres.yml index b12fdebbc4..0c361511b8 100644 --- a/.github/workflows/tests-postgres.yml +++ b/.github/workflows/tests-postgres.yml @@ -21,7 +21,9 @@ jobs: fail-fast: false matrix: php-version: + - "8.1" - "8.2" + - "8.3" name: PHP ${{ matrix.php-version }}