Skip to content

Commit 8146342

Browse files
committed
ci: update ci
1 parent 1b2fe68 commit 8146342

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/ci.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
name: Run all tests for Moodle 4.0+
1+
name: ci
22

33
on: [push, pull_request]
44

55
jobs:
6-
workflow_group_40_plus_ci:
7-
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-40-plus-ci.yml@main
6+
ci:
7+
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

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
$plugin->requires = 2022041900;
3131
$plugin->component = 'mod_observation';
3232
$plugin->maturity = MATURITY_STABLE;
33+
$plugin->supported = [40, 41];

0 commit comments

Comments
 (0)