|
5 | 5 | # Oracle jobs have been removed because there aren't public images anymore. |
6 | 6 | # phpunit |
7 | 7 | # PostgreSQL highest, lowest php supported |
8 | | - # We have set the "phpunit-full" to run against master. |
9 | | - - "PHP=7.3 DB=pgsql GIT=master SUITE=phpunit-full" |
| 8 | + # We have set the "phpunit-full" to run against master |
| 9 | + - "PHP=7.4 DB=pgsql GIT=master SUITE=phpunit-full" |
10 | 10 | - "PHP=7.2 DB=pgsql GIT=master SUITE=phpunit-full" |
| 11 | + # Other dev branches, also "phpunit-full" |
| 12 | + - "PHP=7.4 DB=pgsql GIT=MOODLE_310_STABLE SUITE=phpunit-full" |
| 13 | + - "PHP=7.2 DB=pgsql GIT=MOODLE_310_STABLE SUITE=phpunit-full" |
11 | 14 | # Simpler "phpunit" for stables |
12 | | - - "PHP=7.3 DB=pgsql GIT=v3.8.0 SUITE=phpunit" |
13 | | - - "PHP=7.1 DB=pgsql GIT=v3.8.0 SUITE=phpunit" |
| 15 | + - "PHP=7.4 DB=pgsql GIT=v3.9.1 SUITE=phpunit" |
| 16 | + - "PHP=7.2 DB=pgsql GIT=v3.9.1 SUITE=phpunit" |
| 17 | + - "PHP=7.4 DB=pgsql GIT=v3.8.4 SUITE=phpunit" |
| 18 | + - "PHP=7.1 DB=pgsql GIT=v3.8.4 SUITE=phpunit" |
14 | 19 | - "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=phpunit" |
15 | 20 | - "PHP=7.1 DB=pgsql GIT=v3.7.2 SUITE=phpunit" |
16 | 21 | - "PHP=7.2 DB=pgsql GIT=v3.5.8 SUITE=phpunit" |
17 | 22 | - "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=phpunit" |
18 | 23 | # Other databases, only highest php supported |
19 | | - - "PHP=7.3 DB=mssql GIT=v3.8.0 SUITE=phpunit" |
| 24 | + - "PHP=7.4 DB=mssql GIT=v3.9.1 SUITE=phpunit" |
| 25 | + - "PHP=7.4 DB=mssql GIT=v3.8.4 SUITE=phpunit" |
20 | 26 | - "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=phpunit" |
21 | 27 | - "PHP=7.2 DB=mssql GIT=v3.5.8 SUITE=phpunit" |
22 | | - - "PHP=7.3 DB=mysql GIT=v3.8.0 SUITE=phpunit" |
| 28 | + - "PHP=7.4 DB=mysql GIT=v3.9.1 SUITE=phpunit" |
| 29 | + - "PHP=7.4 DB=mysql GIT=v3.8.4 SUITE=phpunit" |
23 | 30 | - "PHP=7.3 DB=mysql GIT=v3.7.2 SUITE=phpunit" |
24 | 31 | - "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=phpunit" |
25 | 32 | # MariaDB, only lowest php supported |
26 | | - - "PHP=7.1 DB=mariadb GIT=v3.8.0 SUITE=phpunit" |
| 33 | + - "PHP=7.2 DB=mariadb GIT=v3.9.1 SUITE=phpunit" |
| 34 | + - "PHP=7.1 DB=mariadb GIT=v3.8.4 SUITE=phpunit" |
27 | 35 | - "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=phpunit" |
28 | 36 | - "PHP=7.0 DB=mariadb GIT=v3.5.8 SUITE=phpunit" |
29 | 37 | # behat |
30 | 38 | # PostgreSQL highest, lowest (2 browsers) |
31 | | - - "PHP=7.3 DB=pgsql GIT=master SUITE=behat BROWSER=chrome" |
32 | | - - "PHP=7.3 DB=pgsql GIT=master SUITE=behat BROWSER=firefox" |
| 39 | + - "PHP=7.4 DB=pgsql GIT=master SUITE=behat BROWSER=chrome" |
| 40 | + - "PHP=7.4 DB=pgsql GIT=master SUITE=behat BROWSER=firefox" |
33 | 41 | - "PHP=7.2 DB=pgsql GIT=master SUITE=behat BROWSER=chrome" |
34 | 42 | - "PHP=7.2 DB=pgsql GIT=master SUITE=behat BROWSER=firefox" |
35 | | - - "PHP=7.3 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=chrome" |
36 | | - - "PHP=7.3 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=firefox" |
37 | | - - "PHP=7.1 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=chrome" |
38 | | - - "PHP=7.1 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=firefox" |
| 43 | + - "PHP=7.4 DB=pgsql GIT=MOODLE_310_STABLE SUITE=behat BROWSER=chrome" |
| 44 | + - "PHP=7.4 DB=pgsql GIT=MOODLE_310_STABLE SUITE=behat BROWSER=firefox" |
| 45 | + - "PHP=7.2 DB=pgsql GIT=MOODLE_310_STABLE SUITE=behat BROWSER=chrome" |
| 46 | + - "PHP=7.2 DB=pgsql GIT=MOODLE_310_STABLE SUITE=behat BROWSER=firefox" |
| 47 | + - "PHP=7.4 DB=pgsql GIT=v3.9.1 SUITE=behat BROWSER=chrome" |
| 48 | + - "PHP=7.4 DB=pgsql GIT=v3.9.1 SUITE=behat BROWSER=firefox" |
| 49 | + - "PHP=7.2 DB=pgsql GIT=v3.9.1 SUITE=behat BROWSER=chrome" |
| 50 | + - "PHP=7.2 DB=pgsql GIT=v3.9.1 SUITE=behat BROWSER=firefox" |
| 51 | + - "PHP=7.4 DB=pgsql GIT=v3.8.4 SUITE=behat BROWSER=chrome" |
| 52 | + - "PHP=7.4 DB=pgsql GIT=v3.8.4 SUITE=behat BROWSER=firefox" |
| 53 | + - "PHP=7.1 DB=pgsql GIT=v3.8.4 SUITE=behat BROWSER=chrome" |
| 54 | + - "PHP=7.1 DB=pgsql GIT=v3.8.4 SUITE=behat BROWSER=firefox" |
39 | 55 | - "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=chrome" |
40 | 56 | - "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=firefox" |
41 | 57 | - "PHP=7.1 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=chrome" |
|
45 | 61 | - "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=behat BROWSER=chrome" |
46 | 62 | - "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=behat BROWSER=firefox" |
47 | 63 | # Other databases, only highest php supported (1 browsers) |
48 | | - - "PHP=7.3 DB=mssql GIT=v3.8.0 SUITE=behat BROWSER=firefox" # Other databases, only highest php supported (1 browsers) |
| 64 | + - "PHP=7.4 DB=mssql GIT=v3.9.1 SUITE=behat BROWSER=chrome" |
| 65 | + - "PHP=7.4 DB=mssql GIT=v3.8.4 SUITE=behat BROWSER=firefox" |
49 | 66 | - "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=behat BROWSER=chrome" |
50 | 67 | - "PHP=7.2 DB=mssql GIT=v3.5.8 SUITE=behat BROWSER=firefox" |
51 | | - - "PHP=7.3 DB=mysql GIT=v3.8.0 SUITE=behat BROWSER=chrome" |
52 | | - - "PHP=7.3 DB=mysql GIT=v3.7.2 SUITE=behat BROWSER=chrome" |
53 | | - - "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=behat BROWSER=firefox" |
| 68 | + - "PHP=7.4 DB=mysql GIT=v3.9.1 SUITE=behat BROWSER=firefox" |
| 69 | + - "PHP=7.4 DB=mysql GIT=v3.8.4 SUITE=behat BROWSER=chrome" |
| 70 | + - "PHP=7.3 DB=mysql GIT=v3.7.2 SUITE=behat BROWSER=firefox" |
| 71 | + - "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=behat BROWSER=chrome" |
54 | 72 | # MariaDB, only lowest php supported (1 browsers) |
55 | | - - "PHP=7.1 DB=mariadb GIT=v3.8.0 SUITE=behat BROWSER=firefox" |
| 73 | + - "PHP=7.2 DB=mariadb GIT=v3.9.1 SUITE=behat BROWSER=chrome" |
| 74 | + - "PHP=7.2 DB=mariadb GIT=v3.8.4 SUITE=behat BROWSER=firefox" |
56 | 75 | - "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=behat BROWSER=chrome" |
57 | 76 | - "PHP=7.0 DB=mariadb GIT=v3.5.8 SUITE=behat BROWSER=firefox" |
58 | 77 | # Mobile app |
59 | | - - "PHP=7.3 DB=pgsql GIT=master SUITE=behat-app-development BROWSER=chrome APP_VERSION=3.9.0 APP_PATH=$HOME/app" |
60 | | - - "PHP=7.3 DB=pgsql GIT=master SUITE=behat-app BROWSER=chrome APP_VERSION=3.9.0" |
| 78 | + - "PHP=7.4 DB=pgsql GIT=master SUITE=behat-app-development BROWSER=chrome APP_VERSION=3.9.0 APP_PATH=$HOME/app" |
| 79 | + - "PHP=7.4 DB=pgsql GIT=master SUITE=behat-app BROWSER=chrome APP_VERSION=3.9.0" |
61 | 80 | install: |
62 | 81 | - git clone --branch $GIT --depth 1 git://github.com/moodle/moodle $HOME/moodle |
63 | 82 | - cp config.docker-template.php $HOME/moodle/config.php |
|
0 commit comments