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]
55
66jobs :
77 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 2424
2525defined ('MOODLE_INTERNAL ' ) || die;
2626
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.
2929$ plugin ->requires = 2017051500 ; // Requires Moodle 3.3 version.
3030$ plugin ->component = 'auth_userkey ' ; // Full name of the plugin (used for diagnostics).
3131$ plugin ->maturity = MATURITY_STABLE ;
32- $ plugin ->supported = [33 , 401 ]; // A range of branch numbers of supported moodle versions.
32+ $ plugin ->supported = [405 , 500 ]; // A range of branch numbers of supported moodle versions.
You can’t perform that action at this time.
0 commit comments