File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11{
2+ <<<<<<< Updated upstream
23 "main-moodle" : " MOODLE_500_STABLE" ,
34 "main-php" : " 8.3" ,
45 "main-db" : " pgsql" ,
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
Original file line number Diff line number Diff line change 2828defined ('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 ;
You can’t perform that action at this time.
0 commit comments