From 3b3a7e275744f2ce15bba5e08ef8cf034ba02a7b Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 8 Jul 2024 14:58:26 +0100 Subject: [PATCH] Added more PHP in pgsql tests Signed-off-by: snipe --- .github/workflows/tests-postgres.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}