Skip to content

Commit

Permalink
make only one oc for tests with adding the default opencast docker br…
Browse files Browse the repository at this point in the history
…anch input
  • Loading branch information
ferishili committed Dec 18, 2024
1 parent f8c44f6 commit 8c34031
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main-moodle": "MOODLE_405_STABLE",
"main-php": "8.3",
"main-oc": "16.6",
"ocs": ["16.7"],
"main-oc": "16.7",
"ocs": [],
"main-db": "mariadb",
"moodle-php": {
"MOODLE_405_STABLE": ["8.1", "8.2"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/config_all.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main-moodle": "MOODLE_405_STABLE",
"main-php": "8.3",
"main-oc": "16.6",
"ocs": ["16.6", "15.11"],
"main-oc": "16.7",
"ocs": [],
"main-db": "mariadb",
"moodle-php": {
"MOODLE_401_STABLE": ["7.4", "8.0", "8.1"],
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
requires-mod-plugin: true
branch-tool-plugin: issue-56
branch-mod-plugin: main
branch-opencast-docker-default: 16.7

0 comments on commit 8c34031

Please sign in to comment.