File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed
Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 22 "main-moodle" : " MOODLE_500_STABLE" ,
33 "main-php" : " 8.3" ,
44 "main-db" : " pgsql" ,
5- "dbs" : [" pgsql" , " mariadb" ],
6- "moodle-php" : {
7- "MOODLE_401_STABLE" : [" 8.0" , " 8.1" ],
8- "MOODLE_404_STABLE" : [" 8.1" , " 8.2" , " 8.3" ],
9- "MOODLE_405_STABLE" : [" 8.1" , " 8.2" , " 8.3" ],
10- "MOODLE_500_STABLE" : [" 8.2" , " 8.3" , " 8.4" ]
5+ "moodle-testmatrix" : {
6+ "MOODLE_401_STABLE" : {
7+ "php" : [" 8.0" , " 8.1" ],
8+ },
9+ "MOODLE_404_STABLE" : {
10+ "php" : [" 8.1" , " 8.2" , " 8.3" ],
11+ "db" : [" pgsql" ]
12+ },
13+ "MOODLE_405_STABLE" : {
14+ "php" : [" 8.1" , " 8.2" , " 8.3" ],
15+ "db" : [" pgsql" , " mariadb" , " mysqli" ]
16+ },
17+ "MOODLE_500_STABLE" : {
18+ "php" : [" 8.2" , " 8.3" , " 8.4" ],
19+ "db" : [" pgsql" , " mariadb" , " mysqli" ]
20+ }
1121 },
1222 "moodle-plugin-ci" : " 4.5.7"
13- }
23+ }
You can’t perform that action at this time.
0 commit comments