File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ matrix:
3333 env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3434 - php : 7.0
3535 env : DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
36+ - php : 7.0
37+ env : DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
38+ - php : 7.0
39+ env : DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
3640 - php : 7.0
3741 env : DB=pgsql MOODLE_BRANCH=master
3842 - php : 7.0
4650 - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
4751 - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
4852 - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
53+ - DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
4954 - DB=pgsql MOODLE_BRANCH=master
5055 - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
5156 - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
5257 - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
58+ - DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
5359 - DB=mysqli MOODLE_BRANCH=master
5460
5561before_install :
8187 # Smaller build matrix for development builds
8288 - stage : develop
8389 php : 7.3
84- env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
90+ env : DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
8591 script :
8692 - moodle-plugin-ci phpunit --coverage-clover
8793 - moodle-plugin-ci behat
You can’t perform that action at this time.
0 commit comments