Skip to content

issue #26: add support for Moodle 4.4 #117

issue #26: add support for Moodle 4.4

issue #26: add support for Moodle 4.4 #117

Workflow file for this run

# .github/workflows/ci.yml
name: ci
on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
enable_phpmd: true
disable_phpcpd: true
extra_plugin_runners: |
moodle-plugin-ci add-plugin mdjnelson/moodle-mod_customcert --branch MOODLE_404_STABLE;
moodle-plugin-ci add-plugin moodleworkplace/moodle-tool_certificate --branch MOODLE_400_STABLE;
moodle-plugin-ci add-plugin moodleworkplace/moodle-mod_coursecertificate --branch MOODLE_400_STABLE;
moodle-plugin-ci add-plugin mdjnelson/moodle-mod_certificate --branch master;
moodle-plugin-ci add-plugin danmarsden/moodle-local_recompletion --branch MOODLE_403_STABLE;