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'