Skip to content

Commit

Permalink
405
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Oct 6, 2024
1 parent 8866373 commit d8fe8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_404_STABLE', 'main']
moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'main']
php: ['8.2']
database: ['mariadb', 'pgsql']
include:
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
$plugin->component = 'enrol_coursecompleted';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [404, 404];
$plugin->supported = [404, 405];
$plugin->release = 'v4.4.4';
$plugin->version = 2024091400;

0 comments on commit d8fe8cd

Please sign in to comment.