Skip to content

Commit edb63d5

Browse files
committed
test against opencast 18 as well
1 parent 8c94f4a commit edb63d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"main-moodle": "MOODLE_500_STABLE",
3-
"main-php": "8.3",
4-
"main-oc": "17.1",
5-
"ocs": ["17.1", "16.7", "15.11"],
3+
"main-php": "8.4",
4+
"main-oc": "17.8",
5+
"ocs": ["18.1", "17.8", "16.7", "15.11"],
66
"main-db": "mariadb",
77
"moodle-php": {
8-
"MOODLE_500_STABLE": ["8.2", "8.3"]
8+
"MOODLE_500_STABLE": ["8.2", "8.3", "8.4"]
99
},
10-
"moodle-plugin-ci": "4.5.6"
10+
"moodle-plugin-ci": "4.5.8"
1111
}

0 commit comments

Comments
 (0)