@@ -3,10 +3,11 @@ os: linux
33dist : xenial
44
55addons :
6- firefox : " 47.0.1"
76 postgresql : " 9.6"
87
9- services : mysql
8+ services :
9+ - mysql
10+ - docker
1011
1112cache :
1213 directories :
2425 - MUSTACHE_IGNORE_NAMES="email_html_body.mustache, email_html.mustache, email_text.mustache"
2526 jobs :
2627 - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
27- - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
2828 - DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
2929 - DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
30+ - DB=pgsql MOODLE_BRANCH=MOODLE_310_STABLE
3031 - DB=pgsql MOODLE_BRANCH=master
3132 - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
32- - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3333 - DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
3434 - DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
35+ - DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
3536 - DB=mysqli MOODLE_BRANCH=master
3637
3738before_install :
3839 - phpenv config-rm xdebug.ini
39- - nvm install v14
4040 - cd ../..
4141 - composer selfupdate
42- - composer create-project -n --no-dev --prefer-dist blackboard-open-source /moodle-plugin-ci ci dev-master
42+ - composer create-project -n --no-dev --prefer-dist moodlehq /moodle-plugin-ci ci ^3
4343 - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
4444
4545jobs :
4848 # Prechecks against latest Moodle stable only.
4949 - stage : static
5050 php : 7.4
51- env : DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
51+ env : DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
5252 install :
5353 - moodle-plugin-ci install --no-init
5454 script :
6363 # Smaller build matrix for development builds
6464 - stage : develop
6565 php : 7.4
66- env : DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
66+ env : DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
6767 exclude :
6868 - php : 7.3
6969 env : DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
7373 env : DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
7474 - php : 7.4
7575 env : DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
76- - php : 7.4
77- env : DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
78- - php : 7.4
79- env : DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
8076
8177# Default 'test' stage: Unit tests and behat tests against full matrix.
8278install :
0 commit comments