Skip to content

Commit

Permalink
Merge pull request #20 from stopfstedt/MOODLE_404_STABLE
Browse files Browse the repository at this point in the history
M4.4 version bump and CI workflow adjustment.
  • Loading branch information
mirleu authored Sep 27, 2024
2 parents 9d63a6d + 9915b3a commit 5237485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.2", "8.3"]
moodle-branch: ["MOODLE_403_STABLE"]
moodle-branch: ["MOODLE_404_STABLE"]
database: [pgsql, mariadb]

steps:
Expand Down
8 changes: 5 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024061000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2023100400; // Requires this Moodle version.
$plugin->component = 'tool_ucsfsomapi'; // Full name of the plugin (used for diagnostics).
$plugin->component = 'tool_ucsfsomapi';
$plugin->version = 2024092700;
$plugin->requires = 2024041600;
$plugin->supported = [404, 404];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 5237485

Please sign in to comment.