Skip to content

Commit

Permalink
increase version.php and main in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Dec 3, 2024
1 parent 163092c commit c780616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@main
with:
requires-tool-plugin: true
branch-tool-plugin: master
branch-tool-plugin: main
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'repository_opencast';
$plugin->release = 'v4.5-r2';
$plugin->version = 2024111101;
$plugin->release = 'v4.5-r2+';
$plugin->version = 2024111101.01;
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit c780616

Please sign in to comment.