Skip to content

Commit

Permalink
CI: Update for Moodle 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Oct 13, 2024
1 parent 620d96a commit ccf01ba
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"main-moodle": "MOODLE_404_STABLE",
"main-moodle": "MOODLE_405_STABLE",
"main-php": "8.3",
"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_401_STABLE": ["7.4", "8.1"],
"MOODLE_402_STABLE": ["8.0", "8.2"],
"MOODLE_403_STABLE": ["8.0", "8.2"],
"MOODLE_404_STABLE": ["8.1", "8.3"],
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
},
"moodle-plugin-ci": "4.4.5"
}

0 comments on commit ccf01ba

Please sign in to comment.