Skip to content

Commit d749717

Browse files
committed
new ci with config.json
1 parent 6c50281 commit d749717

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

.github/workflows/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"main-moodle": "MOODLE_405_STABLE",
3+
"main-php": "8.3",
4+
"main-oc": "16.6",
5+
"ocs": ["16.6", "15.11"],
6+
"main-db": "mariadb",
7+
"moodle-php": {
8+
"MOODLE_405_STABLE": ["8.1", "8.2"]
9+
},
10+
"moodle-plugin-ci": "4.4.5"
11+
}

.github/workflows/config_all.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"main-moodle": "MOODLE_405_STABLE",
3+
"main-php": "8.3",
4+
"main-oc": "16.6",
5+
"ocs": ["16.6", "15.11"],
6+
"main-db": "mariadb",
7+
"moodle-php": {
8+
"MOODLE_401_STABLE": ["7.4", "8.0", "8.1"],
9+
"MOODLE_402_STABLE": ["8.0", "8.1", "8.2"],
10+
"MOODLE_403_STABLE": ["8.0", "8.1", "8.2"],
11+
"MOODLE_404_STABLE": ["8.1", "8.2", "8.3"],
12+
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
13+
},
14+
"moodle-plugin-ci": "4.4.5"
15+
}

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@ name: Moodle Plugin CI
22

33
########################################################################################################################
44

5-
on: [push, pull_request]
5+
on: [ push, pull_request ]
66

77
########################################################################################################################
88

99
jobs:
1010
call-moodle-ci-workflow:
11-
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@master
12-
with:
13-
requires-tool-plugin: true
14-
requires-mod-plugin: true
15-
branch-tool-plugin: master
16-
branch-mod-plugin: master
11+
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@main

0 commit comments

Comments
 (0)