We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c3f9e commit 36d09daCopy full SHA for 36d09da
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
fail-fast: false
39
matrix:
40
php: ['8.1', '8.2']
41
- moodle-branch: ['MOODLE_404_STABLE']
+ moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE']
42
database: [pgsql, mariadb]
43
44
steps:
version.php
@@ -26,9 +26,9 @@
26
27
$plugin = new stdClass();
28
29
-$plugin->version = 2024080700;
30
-$plugin->release = '2.18.0';
+$plugin->version = 2024101300;
+$plugin->release = '2.18.1';
31
$plugin->requires = 2018120300;
32
-$plugin->supported = [404, 404];
+$plugin->supported = [404, 405];
33
$plugin->maturity = MATURITY_STABLE;
34
$plugin->component = 'tool_moodlebox';
0 commit comments