Skip to content

Commit

Permalink
Merge pull request #341 from catalyst/upgrade-ci
Browse files Browse the repository at this point in the history
upgrade ci
  • Loading branch information
Peterburnett authored Apr 26, 2022
2 parents 642cb20 + 0e263eb commit c10a67c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on: [push, pull_request]

jobs:
test:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-35-plus-ci.yml@main
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
# secrets:
# Required if you plan to publish (uncomment the below)
# moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
#Grunt fails due to CSS styling needing an !important.
disable_grunt: true
Empty file added example1
Empty file.
Empty file added example2
Empty file.
1 change: 1 addition & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@
$plugin->requires = 2017051500.00; // Support back to 3.3 - Totara 12. Patches required.
$plugin->component = 'tool_mfa';
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [35, 401];

0 comments on commit c10a67c

Please sign in to comment.