Skip to content

Commit 6db3eeb

Browse files
committed
create temp config for custom testing
1 parent 7ebbc20 commit 6db3eeb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/config.json

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

0 commit comments

Comments
 (0)