Skip to content

Commit

Permalink
add support for Moodle 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Apr 24, 2024
1 parent 1e73488 commit 101de94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/matrix/matrix_includes.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
include:
# Always include master (issue #18) - disable-able by config by setting 'disable_master' to true
- {moodle-branch: 'master', php: '8.1', node: '14.15', mariadb-ver: '10.5', pgsql-ver: '13', database: 'pgsql'}
# Test all variants of 4.4.
- { moodle-branch: 'MOODLE_404_STABLE', php: '8.3', node: '14.15', mariadb-ver: '10.6', pgsql-ver: '13', database: 'mariadb' }
- { moodle-branch: 'MOODLE_404_STABLE', php: '8.3', node: '14.15', mariadb-ver: '10.6', pgsql-ver: '13', database: 'pgsql' }
- { moodle-branch: 'MOODLE_404_STABLE', php: '8.1', node: '14.15', mariadb-ver: '10.6', pgsql-ver: '13', database: 'mariadb' }
- { moodle-branch: 'MOODLE_404_STABLE', php: '8.1', node: '14.15', mariadb-ver: '10.6', pgsql-ver: '13', database: 'pgsql' }
# Test all variants of 4.3.
- { moodle-branch: 'MOODLE_403_STABLE', php: '8.2', node: '14.15', mariadb-ver: '10.6', pgsql-ver: '13', database: 'mariadb' }
- { moodle-branch: 'MOODLE_403_STABLE', php: '8.2', node: '14.15', mariadb-ver: '10.6', pgsql-ver: '13', database: 'pgsql' }
Expand Down

0 comments on commit 101de94

Please sign in to comment.