Skip to content

Commit f6ec02b

Browse files
committed
test only moodle version 4.5 and 5.0
1 parent 082ecec commit f6ec02b

File tree

21 files changed

+35
-19
lines changed

21 files changed

+35
-19
lines changed

.github/workflows/config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"moodle-plugin-ci": "4.5.8",
3+
"main-moodle": "MOODLE_500_STABLE",
4+
"main-php": "8.3",
5+
"main-db": "pgsql",
6+
"moodle-testmatrix": {
7+
"MOODLE_405_STABLE": {
8+
"php": ["8.1", "8.2", "8.3"]
9+
},
10+
"MOODLE_500_STABLE": {
11+
"php": ["8.2", "8.3", "8.4"],
12+
"db": ["pgsql", "mariadb", "mysqli"]
13+
}
14+
}
15+
}

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CHANGELOG
1111
* [FIXED] category trigger: do not display form elements twice PR #267
1212
* [FIXED] Handle manual trigger correctly with AND condition PR #269
1313
* [FIXED] Respect use of check_course function when counting triggered courses
14+
* [FIXED] Activate the automatic tests of the subplugins
1415

1516
5.0.0(2025-10-23)
1617
------------------

step/adminapprove/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102301;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 500];
3232
$plugin->release = 'v5.0-r2';

step/createbackup/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102300;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 500];
3232
$plugin->release = 'v5.0-r1';

step/deletecourse/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102300;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 500];
3232
$plugin->release = 'v5.0-r1';

step/duplicate/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102300;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 500];
3232
$plugin->release = 'v5.0-r1';

step/email/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102300;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 500];
3232
$plugin->release = 'v5.0-r1';

step/makeinvisible/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102300;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 500];
3232
$plugin->release = 'v5.0-r1';

step/movecategory/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102300;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 500];
3232
$plugin->release = 'v5.0-r1';

step/pushbackuptask/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
$plugin->maturity = MATURITY_STABLE;
3030
$plugin->version = 2025102300;
3131
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
32-
$plugin->supported = [401, 500];
32+
$plugin->supported = [405, 500];
3333
$plugin->release = 'v5.0-r1';

0 commit comments

Comments
 (0)