Update ci.yml #24
This file contains 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
# .github/workflows/ci.yml | |
name: ci | |
on: [push, pull_request] | |
jobs: | |
moodle41: | |
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main | |
with: | |
disable_phpunit: true | |
moodle_branches: MOODLE_401_STABLE | |
extra_plugin_runners: | |
moodle-plugin-ci add-plugin danmarsden/moodle-mod_attendance --branch MOODLE_401_STABLE | |
moodle42: | |
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main | |
with: | |
disable_phpunit: true | |
moodle_branches: MOODLE_402_STABLE | |
extra_plugin_runners: | |
moodle-plugin-ci add-plugin danmarsden/moodle-mod_attendance --branch MOODLE_402_STABLE | |
moodle43: | |
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main | |
with: | |
disable_phpunit: true | |
moodle_branches: MOODLE_403_STABLE | |
extra_plugin_runners: | |
moodle-plugin-ci add-plugin danmarsden/moodle-mod_attendance --branch MOODLE_403_STABLE | |
moodle44: | |
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main | |
with: | |
disable_phpunit: true | |
moodle_branches: MOODLE_404_STABLE | |
extra_plugin_runners: | |
moodle-plugin-ci add-plugin danmarsden/moodle-mod_attendance --branch MOODLE_404_STABLE | |
moodle45: | |
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main | |
with: | |
disable_phpunit: true | |
moodle_branches: MOODLE_405_STABLE | |
extra_plugin_runners: | |
moodle-plugin-ci add-plugin danmarsden/moodle-mod_attendance --branch MOODLE_405_STABLE |