Skip to content

Commit

Permalink
Test new CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Nov 3, 2024
1 parent ee80fb7 commit 43a2310
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"main-moodle": "MOODLE_405_STABLE",
"main-php": "8.3",
"main-oc": "16.6",
"ocs": ["16.6", "15.11"],
"main-db": "mariadb",
"moodle-php": {
"MOODLE_401_STABLE": ["7.4", "8.0", "8.1"],
"MOODLE_402_STABLE": ["8.0", "8.1", "8.2"],
"MOODLE_403_STABLE": ["8.0", "8.1", "8.2"],
"MOODLE_404_STABLE": ["8.1", "8.2", "8.3"],
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
},
"moodle-plugin-ci": "4.4.5"
}
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [ push, pull_request ]

jobs:
call-moodle-ci-workflow:
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@master
uses: justusdieckmann/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@update-configurable
with:
requires-tool-plugin: true
requires-mod-plugin: true
Expand Down

0 comments on commit 43a2310

Please sign in to comment.