Skip to content

Commit

Permalink
get rid of unused ll plugin throwing all the smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Oct 16, 2024
1 parent b5a8a55 commit bd4ede5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
composer install
- name: Install additional supported plugins (Moodle 4.0)
if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' || matrix.moodle-branch == 'MOODLE_402_STABLE' }}
if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' || matrix.moodle-branch == 'MOODLE_402_STABLE' || matrix.moodle-branch == 'MOODLE_405_STABLE' }}
run: |
moodle-plugin-ci add-plugin --branch MOODLE_400_STABLE catalyst/moodle-mod_facetoface
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "xapi-vle/moodle-logstore-xapi",
"license": "GPL v3",
"require-dev": {
"learninglocker/statementfactory": "~0.0"
},
"require": {
"ext-json": "*"
},
Expand Down
44 changes: 5 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd4ede5

Please sign in to comment.