Skip to content

Commit f6d8f07

Browse files
committed
change oc main version to 17.1
1 parent fc933eb commit f6d8f07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main-moodle": "MOODLE_500_STABLE",
33
"main-php": "8.3",
4-
"main-oc": "16.7",
4+
"main-oc": "17.1",
55
"ocs": ["17.1", "16.7", "15.11"],
66
"main-db": "mariadb",
77
"moodle-php": {

.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: upgrade-500
14+
branch-tool-plugin: main

.github/workflows/moodle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
call-moodle-release-workflow:
13-
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-release.yml@master
13+
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-release.yml@main
1414
with:
1515
plugin-name: 'repository_opencast'
1616
secrets: inherit

0 commit comments

Comments
 (0)