Skip to content

Commit 626d836

Browse files
committed
ci: Add config.json
Test support for Moodle 5.0 onwards.
1 parent 0e3d5ce commit 626d836

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/config.json

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

0 commit comments

Comments
 (0)