Skip to content

Commit cf8ffeb

Browse files
committed
update version and workflow config
1 parent af04863 commit cf8ffeb

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.github/workflows/config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
<<<<<<< Updated upstream
23
"main-moodle": "MOODLE_500_STABLE",
34
"main-php": "8.3",
45
"main-db": "pgsql",
@@ -11,3 +12,26 @@
1112
},
1213
"moodle-plugin-ci": "4.5.7"
1314
}
15+
=======
16+
"moodle-plugin-ci": "4.5.7",
17+
"main-moodle": "MOODLE_500_STABLE",
18+
"main-php": "8.3",
19+
"main-db": "pgsql",
20+
"moodle-testmatrix": {
21+
"MOODLE_401_STABLE": {
22+
"php": ["8.0", "8.1"]
23+
},
24+
"MOODLE_404_STABLE": {
25+
"php": ["8.1", "8.2", "8.3"]
26+
},
27+
"MOODLE_405_STABLE": {
28+
"php": ["8.1", "8.2", "8.3"],
29+
"db": ["pgsql", "mariadb", "mysqli"]
30+
},
31+
"MOODLE_500_STABLE": {
32+
"php": ["8.2", "8.3", "8.4"],
33+
"db": ["pgsql", "mariadb", "mysqli"]
34+
}
35+
}
36+
}
37+
>>>>>>> Stashed changes

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
defined('MOODLE_INTERNAL') || die();
2929

3030
$plugin->component = 'mod_moodleoverflow';
31-
$plugin->version = 2025050601;
31+
$plugin->version = 2025062400;
3232
$plugin->requires = 2022112800;
3333
$plugin->release = 'v4.5-r2';
3434
$plugin->supported = [401, 405];
35-
$plugin->maturity = MATURITY_STABLE;
35+
$plugin->maturity = MATURITY_RC;

0 commit comments

Comments
 (0)