Skip to content

Commit 614dde9

Browse files
committed
try new workflow notation
1 parent f2a9c93 commit 614dde9

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

.github/workflows/config.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
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+
}

0 commit comments

Comments
 (0)