Skip to content

Commit bcfbb75

Browse files
authored
Merge pull request #133 from stronk7/add_39_310
Update versions, add new, bump php versions
2 parents 43f2b90 + 543ef13 commit bcfbb75

File tree

1 file changed

+39
-20
lines changed

1 file changed

+39
-20
lines changed

.travis.yml

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,53 @@ env:
55
# Oracle jobs have been removed because there aren't public images anymore.
66
# phpunit
77
# 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"
1010
- "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"
1114
# 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"
1419
- "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=phpunit"
1520
- "PHP=7.1 DB=pgsql GIT=v3.7.2 SUITE=phpunit"
1621
- "PHP=7.2 DB=pgsql GIT=v3.5.8 SUITE=phpunit"
1722
- "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=phpunit"
1823
# 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"
2026
- "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=phpunit"
2127
- "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"
2330
- "PHP=7.3 DB=mysql GIT=v3.7.2 SUITE=phpunit"
2431
- "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=phpunit"
2532
# 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"
2735
- "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=phpunit"
2836
- "PHP=7.0 DB=mariadb GIT=v3.5.8 SUITE=phpunit"
2937
# behat
3038
# 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"
3341
- "PHP=7.2 DB=pgsql GIT=master SUITE=behat BROWSER=chrome"
3442
- "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"
3955
- "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=chrome"
4056
- "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=firefox"
4157
- "PHP=7.1 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=chrome"
@@ -45,19 +61,22 @@ env:
4561
- "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=behat BROWSER=chrome"
4662
- "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=behat BROWSER=firefox"
4763
# 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"
4966
- "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=behat BROWSER=chrome"
5067
- "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"
5472
# 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"
5675
- "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=behat BROWSER=chrome"
5776
- "PHP=7.0 DB=mariadb GIT=v3.5.8 SUITE=behat BROWSER=firefox"
5877
# 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"
6180
install:
6281
- git clone --branch $GIT --depth 1 git://github.com/moodle/moodle $HOME/moodle
6382
- cp config.docker-template.php $HOME/moodle/config.php

0 commit comments

Comments
 (0)