From 03824189e4c32c85ddbcdf98016f2ce25a26ac74 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 26 Mar 2021 22:56:57 +0100 Subject: [PATCH] [ticket/16740] Add more postgres tests to github actions PHPBB3-16740 --- .github/workflows/tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c72abf2f36..e14579d620 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -242,6 +242,16 @@ jobs: db: "postgres:12" - php: '7.1' db: "postgres:13" + - php: '7.2' + db: "postgres:13" + - php: '7.3' + db: "postgres:13" + - php: '7.4' + db: "postgres:13" + - php: '8.0' + db: "postgres:12" + - php: '8.0' + db: "postgres:13" name: PHP ${{ matrix.php }} - ${{ matrix.db }}