Skip to content

Commit 36d09da

Browse files
authored
Support Moodle 4.5.0 (#142)
- See #141.
1 parent b1c3f9e commit 36d09da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
php: ['8.1', '8.2']
41-
moodle-branch: ['MOODLE_404_STABLE']
41+
moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE']
4242
database: [pgsql, mariadb]
4343

4444
steps:

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2024080700;
30-
$plugin->release = '2.18.0';
29+
$plugin->version = 2024101300;
30+
$plugin->release = '2.18.1';
3131
$plugin->requires = 2018120300;
32-
$plugin->supported = [404, 404];
32+
$plugin->supported = [404, 405];
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)