We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2fe68 commit 8146342Copy full SHA for 8146342
.github/workflows/ci.yml
@@ -1,7 +1,11 @@
1
-name: Run all tests for Moodle 4.0+
+name: ci
2
3
on: [push, pull_request]
4
5
jobs:
6
- workflow_group_40_plus_ci:
7
- uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-40-plus-ci.yml@main
+ ci:
+ uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
8
+ with:
9
+ disable_behat: true
10
+ disable_grunt: true
11
+ disable_phpcpd: true
version.php
@@ -30,3 +30,4 @@
30
$plugin->requires = 2022041900;
31
$plugin->component = 'mod_observation';
32
$plugin->maturity = MATURITY_STABLE;
33
+$plugin->supported = [40, 41];
0 commit comments