Skip to content

Commit 13c58af

Browse files
committed
use right workflow configuration
1 parent 1413737 commit 13c58af

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

.github/workflows/config.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
{
2-
"main-moodle": "MOODLE_405_STABLE",
2+
"moodle-plugin-ci": "4.5.7",
3+
"main-moodle": "MOODLE_500_STABLE",
34
"main-php": "8.3",
4-
"moodle-php": {
5-
"MOODLE_401_STABLE": ["8.0", "8.1"],
6-
"MOODLE_402_STABLE": ["8.1", "8.2"],
7-
"MOODLE_403_STABLE": ["8.1", "8.2"],
8-
"MOODLE_404_STABLE": ["8.2", "8.3"],
9-
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
10-
},
11-
"moodle-plugin-ci": "4.5.5"
12-
}
5+
"main-db": "pgsql",
6+
"moodle-testmatrix": {
7+
"MOODLE_401_STABLE": {
8+
"php": ["8.0", "8.1"]
9+
},
10+
"MOODLE_404_STABLE": {
11+
"php": ["8.1", "8.2", "8.3"]
12+
},
13+
"MOODLE_405_STABLE": {
14+
"php": ["8.1", "8.2", "8.3"],
15+
"db": ["pgsql", "mariadb", "mysqli"]
16+
},
17+
"MOODLE_500_STABLE": {
18+
"php": ["8.2", "8.3", "8.4"],
19+
"db": ["pgsql", "mariadb", "mysqli"]
20+
}
21+
}
22+
}

.github/workflows/moodle-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ jobs:
77
uses: learnweb/moodle-workflows-learnweb/.github/workflows/moodle-ci.yml@main
88
with:
99
allow-mustache-lint-error: true
10-
allow-grunt-error: true

0 commit comments

Comments
 (0)