Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
luukverhoeven committed Aug 26, 2024
2 parents 07bf46a + 855d9d4 commit ed03358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
disable_behat: false
disable_grunt: false
release_branches: main
min_php: '7.4'
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}

4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
**/
defined('MOODLE_INTERNAL') || die();

$plugin->release = '4.4.1 (2024080602)';
$plugin->release = '4.4.2';
$plugin->maturity = MATURITY_STABLE;
$plugin->version = 2024082300;
$plugin->version = 2024082600;
$plugin->requires = 2015111602;
$plugin->component = 'local_commander';
$plugin->supported = [39, 404];

0 comments on commit ed03358

Please sign in to comment.