Skip to content

Fix up ci.yml #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: MOODLE_405
Choose a base branch
from
Open

Fix up ci.yml #109

wants to merge 3 commits into from

Conversation

duyhuynhdev
Copy link

@duyhuynhdev duyhuynhdev commented Aug 22, 2025

Fix up ci.yml

@duyhuynhdev duyhuynhdev force-pushed the fix-up-ci-yml-WR-468063 branch 3 times, most recently from 02cb4e6 to da6fe61 Compare August 22, 2025 01:59
@duyhuynhdev duyhuynhdev force-pushed the fix-up-ci-yml-WR-468063 branch 9 times, most recently from eff708b to 89c3d95 Compare August 22, 2025 05:40
@duyhuynhdev duyhuynhdev force-pushed the fix-up-ci-yml-WR-468063 branch from 89c3d95 to 42343f8 Compare August 22, 2025 05:53
@duyhuynhdev duyhuynhdev changed the title Fix up ci.yml WR-468063 Fix up ci.yml Aug 22, 2025
$plugin->requires = 2017051500; // Requires Moodle 3.3 version.
$plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [33, 401]; // A range of branch numbers of supported moodle versions.
$plugin->supported = [405, 500]; // A range of branch numbers of supported moodle versions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason we bump it that high?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see you are crating a new branch. New branch should match Moodle branch name. MOODLE_405 should be MOODLE _405_STABLE

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants