File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 61
61
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
62
62
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
63
63
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
64
+ - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
64
65
- DB=pgsql MOODLE_BRANCH=master
65
66
- DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE
66
67
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
67
68
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
68
69
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
69
70
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
71
+ - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
70
72
- DB=mysqli MOODLE_BRANCH=master
71
73
72
74
before_install :
85
87
# Prechecks against latest Moodle stable only.
86
88
- stage : static
87
89
php : 7.2
88
- env : DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
90
+ env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
89
91
script :
90
92
- moodle-plugin-ci phplint
91
93
- moodle-plugin-ci phpcpd
98
100
# Smaller build matrix for development builds
99
101
- stage : develop
100
102
php : 7.2
101
- env : DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
103
+ env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
102
104
install :
103
105
- moodle-plugin-ci install
104
106
script :
You can’t perform that action at this time.
0 commit comments