Skip to content

Commit d649970

Browse files
committed
ci: test against opencast 17
1 parent be82761 commit d649970

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"main-moodle": "MOODLE_405_STABLE",
33
"main-php": "8.3",
4-
"main-oc": "16.6",
5-
"ocs": ["16.6", "15.11"],
4+
"main-oc": "17.1",
5+
"ocs": ["17.1", "16.7", "15.11"],
66
"main-db": "mariadb",
77
"moodle-php": {
88
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]

.github/workflows/moodle-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@main
1212
with:
1313
requires-tool-plugin: true
14-
branch-tool-plugin: main
14+
branch-tool-plugin: MOODLE_405_STABLE

0 commit comments

Comments
 (0)