Refine CI pipeline and update Moodle requirement to 4.1 LTS#4
Merged
Conversation
matasarei
force-pushed
the
refine-ci-moodle-4.1
branch
from
May 26, 2026 19:27
6e8d6e9 to
17f80f4
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the theme’s Moodle minimum requirement to 4.1 LTS and adjusts the GitHub Actions CI workflow to run against Moodle 4.1 with a MariaDB-backed environment.
Changes:
- Bumped the plugin’s required Moodle version (and Boost dependency) to Moodle 4.1 LTS.
- Updated CI to run on Ubuntu 22.04, switch to MariaDB-only testing, and target the MOODLE_401_STABLE branch.
- Added a workflow step to modify Moodle’s Stylelint rules before running Grunt, and made Moodle Code Checker non-blocking.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
version.php |
Raises the minimum required Moodle core and Boost theme versions to 4.1 LTS equivalents. |
.github/workflows/moodle-ci.yml |
Refines CI runtime, database service, test matrix, tooling version, and adds a Stylelint-rule refinement step. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…larify theme release versioning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR refines the pipeline to test PHP 7.4 and MariaDB (MySQL) on Moodle 4.1 LTS.