From f51f5594f3ad62413a4d94ff7174d5088998cd00 Mon Sep 17 00:00:00 2001 From: Mike Churchward Date: Wed, 19 Feb 2025 15:26:37 -0500 Subject: [PATCH] Updating to Moodle 4.5. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d97ce50b..7fa8c53d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:14 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust' @@ -31,10 +31,10 @@ jobs: matrix: include: - php: '8.3' - moodle-branch: 'main' - database: 'pgsql' + moodle-branch: 'MOODLE_405_STABLE' + database: 'mariadb' - php: '8.2' - moodle-branch: 'MOODLE_404_STABLE' + moodle-branch: 'MOODLE_405_STABLE' database: 'pgsql' - php: '8.1' moodle-branch: 'MOODLE_404_STABLE'