Skip to content

Commit

Permalink
Merge pull request catalyst#113 from catalyst/404_STABLE-support
Browse files Browse the repository at this point in the history
add support for Moodle 4.4
  • Loading branch information
danmarsden authored Apr 24, 2024
2 parents 1e73488 + 101de94 commit 7f73f5a
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 7f73f5a

Please sign in to comment.