@@ -4,7 +4,7 @@ sudo: true
44
55addons :
66 firefox : " 47.0.1"
7- postgresql : " 9.4 "
7+ postgresql : " 9.5 "
88 apt :
99 packages :
1010 - openjdk-8-jre-headless
2727 - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
2828 - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
2929 - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
30+ - DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
3031 - DB=pgsql MOODLE_BRANCH=master
3132 - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3233 - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
3334 - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
35+ - DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
3436 - DB=mysqli MOODLE_BRANCH=master
3537
3638matrix :
@@ -39,10 +41,18 @@ matrix:
3941 env : DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
4042 - php : 7.0
4143 env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
44+ - php : 7.0
45+ env : DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
46+ - php : 7.0
47+ env : DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
4248 - php : 7.0
4349 env : DB=pgsql MOODLE_BRANCH=master
4450 - php : 7.0
4551 env : DB=mysqli MOODLE_BRANCH=master
52+ - php : 7.1
53+ env : DB=pgsql MOODLE_BRANCH=master
54+ - php : 7.1
55+ env : DB=mysqli MOODLE_BRANCH=master
4656 - php : 7.3
4757 env : DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
4858 - php : 7.3
6272 # Prechecks against latest Moodle stable only.
6373 - stage : static
6474 php : 7.3
65- env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
75+ env : DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
6676 install :
6777 - moodle-plugin-ci install --no-init
6878 script :
7888 # Smaller build matrix for development builds
7989 - stage : develop
8090 php : 7.3
81- env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
91+ env : DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
8292 install :
8393 - moodle-plugin-ci install
8494 script :
0 commit comments