File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ on: [push, pull_request]
5
5
6
6
jobs :
7
7
ci :
8
- uses : catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
8
+ uses : catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9
+ secrets :
10
+ moodle_org_token : ${{ secrets.MOODLE_ORG_TOKEN }}
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die;
26
26
27
- $ plugin ->version = 2022081901 ; // The current plugin version (Date: YYYYMMDDXX).
28
- $ plugin ->release = 2022081901 ; // Match release exactly to version.
27
+ $ plugin ->version = 2022081902 ; // The current plugin version (Date: YYYYMMDDXX).
28
+ $ plugin ->release = 2022081902 ; // Match release exactly to version.
29
29
$ plugin ->requires = 2017051500 ; // Requires Moodle 3.3 version.
30
30
$ plugin ->component = 'auth_userkey ' ; // Full name of the plugin (used for diagnostics).
31
31
$ plugin ->maturity = MATURITY_STABLE ;
32
- $ plugin ->supported = [33 , 401 ]; // A range of branch numbers of supported moodle versions.
32
+ $ plugin ->supported = [33 , 405 ]; // A range of branch numbers of supported moodle versions.
You can’t perform that action at this time.
0 commit comments