1414php :
1515 - 7.0
1616 - 7.1
17- - 7.2
1817 - 7.3
1918
2019addons :
@@ -30,18 +29,10 @@ matrix:
3029 env : DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3130 - php : 7.3
3231 env : DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
33- - php : 7.3
34- env : DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
35- - php : 7.3
36- env : DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
37- - php : 7.3
38- env : DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
39- - php : 7.3
40- env : DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
41- - php : 7.2
42- env : DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
43- - php : 7.2
44- env : DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
32+ - php : 7.0
33+ env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
34+ - php : 7.0
35+ env : DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
4536 - php : 7.0
4637 env : DB=pgsql MOODLE_BRANCH=master
4738 - php : 7.0
5243 global :
5344 - IGNORE_PATHS=amd/build BEHAT=yes
5445 matrix :
55- - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
56- - DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
5746 - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
5847 - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
48+ - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
5949 - DB=pgsql MOODLE_BRANCH=master
60- - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
61- - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
6250 - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
6351 - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
52+ - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
6453 - DB=mysqli MOODLE_BRANCH=master
6554
6655before_install :
7867 include :
7968 # Prechecks against latest Moodle stable only.
8069 - stage : static
81- php : 7.2
82- env : DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
70+ php : 7.3
71+ env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
8372 script :
8473 - moodle-plugin-ci phplint
8574 # - moodle-plugin-ci phpcpd
9180 - moodle-plugin-ci validate
9281 # Smaller build matrix for development builds
9382 - stage : develop
94- php : 7.2
95- env : DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
83+ php : 7.3
84+ env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
9685 script :
9786 - moodle-plugin-ci phpunit --coverage-clover
9887 - moodle-plugin-ci behat
0 commit comments