From e5cdccf3bb40c2d5516b0cd9cbed3e190ae682c3 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 23 Jul 2024 21:33:18 +0200 Subject: [PATCH] Change Moodle-Plugin-CI to run on Moodle Core 4.4 and Boost Union 4.4 --- .github/workflows/moodle-plugin-ci.yml | 6 +++--- CHANGES.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml index 4e9e2d6..c9065fc 100644 --- a/.github/workflows/moodle-plugin-ci.yml +++ b/.github/workflows/moodle-plugin-ci.yml @@ -30,8 +30,8 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.0', '8.1', '8.2'] - moodle-branch: ['MOODLE_403_STABLE'] + php: ['8.1', '8.2', '8.3'] + moodle-branch: ['MOODLE_404_STABLE'] database: [pgsql, mariadb] steps: @@ -58,7 +58,7 @@ jobs: - name: Add Boost Union as dependency run: | - moodle-plugin-ci add-plugin --branch master moodle-an-hochschulen/moodle-theme_boost_union + moodle-plugin-ci add-plugin --branch main moodle-an-hochschulen/moodle-theme_boost_union - name: Copy and modify Boost Union Behat tests to be used on Boost Union Child # The Moodle Behat init script ignores Behat features from themes which are not active. diff --git a/CHANGES.md b/CHANGES.md index ce94b58..c12b813 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Rolling release +* 2024-07-23 - Change Moodle-Plugin-CI to run on Moodle Core 4.4 and Boost Union 4.4 * 2024-07-23 - Make codechecker happy again. * 2024-04-06 - Adopt Boost Union Child settings to the settings changes in the upcoming Boost Union v4.3-r11 release and for Moodle 4.4. * 2024-03-13 - Make sure that all Boost Union settings are added to the $THEME object even if the Boost Union config was already included in some other place, resolves #3.