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'