From b1cb543d1b56429b34477a24827fd997b1479edc Mon Sep 17 00:00:00 2001 From: Andreas Steiger Date: Mon, 16 Dec 2024 10:47:16 +0100 Subject: [PATCH] Changed CI to use pgsql 14 --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 457d84a..5fbda5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,12 @@ jobs: - php: '8.3' moodle-branch: 'main' database: 'pgsql' + - php: '8.3' + moodle-branch: 'MOODLE_405_STABLE' + database: 'pgsql' + - php: '8.3' + moodle-branch: 'MOODLE_404_STABLE' + database: 'pgsql' - php: '8.2' moodle-branch: 'MOODLE_403_STABLE' database: 'pgsql' @@ -27,7 +33,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:14 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust'