Skip to content

Commit

Permalink
introduce github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Dec 27, 2024
1 parent 1bdfa63 commit b544a5d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"main-moodle": "MOODLE_405_STABLE",
"main-db": "mariadb",
"moodle-php": {
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
},
"moodle-plugin-ci": "4.5.5"
}
11 changes: 11 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Moodle Plugin CI

########################################################################################################################

on: [ push, pull_request ]

########################################################################################################################

jobs:
call-moodle-ci-workflow:
uses: academic-moodle-cooperation/moodle-workflows/.github/workflows/moodle-ci.yml@main

0 comments on commit b544a5d

Please sign in to comment.