From fa09da1e9dd232ba75619595fdd46aacd917271f Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Thu, 19 Dec 2024 08:36:05 -0800 Subject: [PATCH] updates CI pipeline to M4.5. --- .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 205c74c..898e1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: php: ["8.2", "8.3"] - moodle-branch: ["MOODLE_404_STABLE"] + moodle-branch: ["MOODLE_405_STABLE"] database: [pgsql, mariadb] steps: