Skip to content

Commit

Permalink
Change Moodle-Plugin-CI to run on Moodle Core 4.4 and Boost Union 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jul 23, 2024
1 parent ab85102 commit e5cdccf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e5cdccf

Please sign in to comment.