Skip to content

Commit

Permalink
Refactoring to use moodle core bulk editing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel committed Aug 27, 2023
1 parent 2f99ec0 commit 6df5ccb
Show file tree
Hide file tree
Showing 15 changed files with 215 additions and 184 deletions.
33 changes: 9 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,38 +31,23 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
- php: '8.2'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_401_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_401_STABLE'
- php: '8.1'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'
- php: '7.3'
moodle-branch: 'MOODLE_400_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '7.3'
moodle-branch: 'MOODLE_400_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'

steps:
Expand Down
2 changes: 1 addition & 1 deletion amd/build/checkboxmanager.min.js

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

2 changes: 1 addition & 1 deletion amd/build/checkboxmanager.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6df5ccb

Please sign in to comment.