|
6 | 6 | # PostgreSQL highest, lowest php supported |
7 | 7 | # We have set the "phpunit-full" to run against master |
8 | 8 | - "PHP=7.4 DB=pgsql GIT=master SUITE=phpunit-full" |
9 | | - - "PHP=7.2 DB=pgsql GIT=master SUITE=phpunit-full" |
| 9 | + - "PHP=7.3 DB=pgsql GIT=master SUITE=phpunit-full" |
10 | 10 | # Other dev branches, also "phpunit-full" |
11 | 11 | - "PHP=7.4 DB=pgsql GIT=MOODLE_311_STABLE SUITE=phpunit-full" |
12 | | - - "PHP=7.2 DB=pgsql GIT=MOODLE_311_STABLE SUITE=phpunit-full" |
| 12 | + - "PHP=7.3 DB=pgsql GIT=MOODLE_311_STABLE SUITE=phpunit-full" |
13 | 13 | # Simpler "phpunit" for stables |
14 | 14 | - "PHP=7.4 DB=pgsql GIT=v3.10.0 SUITE=phpunit" |
15 | 15 | - "PHP=7.2 DB=pgsql GIT=v3.10.0 SUITE=phpunit" |
|
41 | 41 | # PostgreSQL highest, lowest (2 browsers) |
42 | 42 | - "PHP=7.4 DB=pgsql GIT=master SUITE=behat BROWSER=chrome" |
43 | 43 | - "PHP=7.4 DB=pgsql GIT=master SUITE=behat BROWSER=firefox" |
44 | | - - "PHP=7.2 DB=pgsql GIT=master SUITE=behat BROWSER=chrome" |
45 | | - - "PHP=7.2 DB=pgsql GIT=master SUITE=behat BROWSER=firefox" |
| 44 | + - "PHP=7.3 DB=pgsql GIT=master SUITE=behat BROWSER=chrome" |
| 45 | + - "PHP=7.3 DB=pgsql GIT=master SUITE=behat BROWSER=firefox" |
46 | 46 | - "PHP=7.4 DB=pgsql GIT=MOODLE_311_STABLE SUITE=behat BROWSER=chrome" |
47 | 47 | - "PHP=7.4 DB=pgsql GIT=MOODLE_311_STABLE SUITE=behat BROWSER=firefox" |
48 | | - - "PHP=7.2 DB=pgsql GIT=MOODLE_311_STABLE SUITE=behat BROWSER=chrome" |
49 | | - - "PHP=7.2 DB=pgsql GIT=MOODLE_311_STABLE SUITE=behat BROWSER=firefox" |
| 48 | + - "PHP=7.3 DB=pgsql GIT=MOODLE_311_STABLE SUITE=behat BROWSER=chrome" |
| 49 | + - "PHP=7.3 DB=pgsql GIT=MOODLE_311_STABLE SUITE=behat BROWSER=firefox" |
50 | 50 | - "PHP=7.4 DB=pgsql GIT=v3.10.0 SUITE=behat BROWSER=chrome" |
51 | 51 | - "PHP=7.4 DB=pgsql GIT=v3.10.0 SUITE=behat BROWSER=firefox" |
52 | 52 | - "PHP=7.2 DB=pgsql GIT=v3.10.0 SUITE=behat BROWSER=chrome" |
|
0 commit comments