catalyst / catalyst-moodle-workflows

5 stars 9 forks source link

Add ci and release support for moodle 4.0+ #6

Closed keevan closed 2 years ago

keevan commented 2 years ago

Pinned to master currently, if 4.1 comes out, 4.0 will need to be updated to the stable branch, and 4.1 pinned to master (most probably). This way we can ensure our plugins have some CI testing the latest Moodle version.

Relevant docs:

keevan commented 2 years ago

The only main concern here is that anything on master that breaks, will also show as a FAIL/ERROR, so probably best be wary of that and this should be okay.

keevan commented 2 years ago

This is what it looks like for moodle-tool_forcedcache (MOODLE_40_STABLE):

image