Skip to content

Commit

Permalink
Update for Moodle 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Apr 12, 2024
1 parent 73eef64 commit c8c9887
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 11 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
- php: '8.3'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.1'
- php: '8.2'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariabd'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_403_STABLE'
Expand Down
2 changes: 1 addition & 1 deletion amd/build/manage.min.js

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

Loading

0 comments on commit c8c9887

Please sign in to comment.