@@ -2,23 +2,27 @@ language: bash
22services : docker
33fast_finish : true
44env :
5- - " PHP=7.1 DB=pgsql SUITE=phpunit-full"
6- - " PHP=7.0 DB=pgsql SUITE=phpunit"
7- - " PHP=5.6 DB=pgsql SUITE=phpunit"
8- - " PHP=7.1 DB=oracle SUITE=phpunit"
9- - " PHP=5.6 DB=oracle SUITE=phpunit"
10- - " PHP=7.1 DB=mssql SUITE=phpunit"
11- - " PHP=5.6 DB=mssql SUITE=phpunit"
12- - " PHP=7.1 DB=mysql SUITE=phpunit"
13- - " PHP=5.6 DB=mariadb SUITE=phpunit"
14- - " PHP=7.0 DB=pgsql SUITE=behat BROWSER=firefox"
15- - " PHP=7.0 DB=pgsql SUITE=behat BROWSER=chrome"
16- - " PHP=7.0 DB=oracle SUITE=behat BROWSER=firefox"
17- - " PHP=7.0 DB=mssql SUITE=behat BROWSER=firefox"
18- - " PHP=7.0 DB=mysql SUITE=behat BROWSER=firefox"
19- - " PHP=7.0 DB=mariadb SUITE=behat BROWSER=firefox"
5+ # Oracle jobs have been removed because there aren't public images anymore.
6+ - " PHP=7.3 DB=pgsql GIT=v3.7.0 SUITE=phpunit-full"
7+ - " PHP=7.2 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
8+ - " PHP=7.1 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
9+ - " PHP=7.0 DB=pgsql GIT=v3.3.5 SUITE=phpunit"
10+ - " PHP=5.6 DB=pgsql GIT=v3.3.5 SUITE=phpunit"
11+ - " PHP=7.3 DB=mssql GIT=v3.7.0 SUITE=phpunit"
12+ - " PHP=5.6 DB=mssql GIT=v3.3.5 SUITE=phpunit"
13+ - " PHP=7.3 DB=mysql GIT=v3.7.0 SUITE=phpunit"
14+ - " PHP=5.6 DB=mariadb GIT=v3.3.5 SUITE=phpunit"
15+ - " PHP=7.3 DB=pgsql GIT=v3.7.0 SUITE=behat BROWSER=chrome"
16+ - " PHP=7.2 DB=pgsql GIT=v3.7.0 SUITE=behat BROWSER=firefox"
17+ - " PHP=7.1 DB=pgsql GIT=v3.7.0 SUITE=behat BROWSER=chrome"
18+ - " PHP=7.0 DB=pgsql GIT=v3.3.5 SUITE=behat BROWSER=firefox"
19+ - " PHP=5.6 DB=pgsql GIT=v3.3.5 SUITE=behat BROWSER=chrome"
20+ - " PHP=7.3 DB=mssql GIT=v3.7.0 SUITE=behat BROWSER=firefox"
21+ - " PHP=7.0 DB=mssql GIT=v3.3.5 SUITE=behat BROWSER=chrome"
22+ - " PHP=7.3 DB=mysql GIT=v3.7.0 SUITE=behat BROWSER=firefox"
23+ - " PHP=7.0 DB=mariadb GIT=v3.3.5 SUITE=behat BROWSER=chrome"
2024install :
21- - git clone --branch v3.3.5 --depth 1 git://github.com/moodle/moodle $HOME/moodle
25+ - git clone --branch $GIT --depth 1 git://github.com/moodle/moodle $HOME/moodle
2226 - cp config.docker-template.php $HOME/moodle/config.php
2327 - export MOODLE_DOCKER_DB=$DB
2428 - export MOODLE_DOCKER_BROWSER=$BROWSER
0 commit comments