File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # .github/workflows/ci.yml
2
+ name : ci
3
+
4
+ on : [push, pull_request]
5
+
6
+ jobs :
7
+ ci :
8
+ uses : catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9
+ with :
10
+ disable_behat : true
Original file line number Diff line number Diff line change
1
+ <a href =" https://github.com/catalyst/moodle-tool_dynamic_cohorts/actions?query=branch%3AMOODLE_401_STABLE " >
2
+ <img src =" https://github.com/catalyst/moodle-tool_dynamic_cohorts/actions/workflows/ci.yml/badge.svg?branch=3AMOODLE_401_STABLE " >
3
+ </a >
4
+
1
5
# Dynamic cohort rules #
2
6
3
7
TODO Describe the plugin shortly here.
Original file line number Diff line number Diff line change 28
28
$ plugin ->release = '0.1.0 ' ;
29
29
$ plugin ->version = 2024030400 ;
30
30
$ plugin ->requires = 2022112800 ;
31
+ $ plugin ->supported = [401 , 403 ];
31
32
$ plugin ->maturity = MATURITY_ALPHA ;
You can’t perform that action at this time.
0 commit comments