From a78c38113699675f903cf849c448dbe55004933e Mon Sep 17 00:00:00 2001 From: Richard Lobb Date: Fri, 6 Sep 2024 15:33:03 +1200 Subject: [PATCH] Switch CI test to use stable Moodle 404 rather than bleeding-edge master. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 410e48b5..a98f9bed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: include: - php: '8.2' - moodle-branch: 'master' + moodle-branch: 'MOODLE_404_STABLE' database: 'pgsql' - php: '8.1' moodle-branch: 'MOODLE_403_STABLE'