File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3131 matrix :
3232 - MOODLE_BRANCH=MOODLE_33_STABLE
3333 - MOODLE_BRANCH=MOODLE_34_STABLE
34+ - MOODLE_BRANCH=MOODLE_35_STABLE
3435 - MOODLE_BRANCH=master
3536
3637matrix :
@@ -40,18 +41,24 @@ matrix:
4041 env : MOODLE_BRANCH=MOODLE_33_STABLE
4142 - php : 7.0
4243 env : MOODLE_BRANCH=MOODLE_34_STABLE
44+ - php : 7.0
45+ env : MOODLE_BRANCH=MOODLE_35_STABLE
4346 - php : 7.0
4447 env : MOODLE_BRANCH=master
4548 # Test with PHP 7.1
4649 - php : 7.1
4750 env : MOODLE_BRANCH=MOODLE_33_STABLE
4851 - php : 7.1
4952 env : MOODLE_BRANCH=MOODLE_34_STABLE
53+ - php : 7.1
54+ env : MOODLE_BRANCH=MOODLE_35_STABLE
5055 - php : 7.1
5156 env : MOODLE_BRANCH=master
5257 # Test with PHP 7.2, only 34 and later
5358 - php : 7.2
5459 env : MOODLE_BRANCH=MOODLE_34_STABLE
60+ - php : 7.2
61+ env : MOODLE_BRANCH=MOODLE_35_STABLE
5562 - php : 7.2
5663 env : MOODLE_BRANCH=master
5764
6875 # Prechecks against one configuration (Moodle, PHP, DB) only.
6976 - stage : prechecks
7077 php : 7.1
71- env : DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
78+ env : DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
7279 install :
7380 - moodle-plugin-ci install --no-init
7481 script :
You can’t perform that action at this time.
0 commit comments