Skip to content

Commit 0efb150

Browse files
committed
Bump all 311 and master CI tests to new PHP 7.3 requirement
1 parent 77cc267 commit 0efb150

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ env:
66
# PostgreSQL highest, lowest php supported
77
# We have set the "phpunit-full" to run against master
88
- "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"
1010
# Other dev branches, also "phpunit-full"
1111
- "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"
1313
# Simpler "phpunit" for stables
1414
- "PHP=7.4 DB=pgsql GIT=v3.10.0 SUITE=phpunit"
1515
- "PHP=7.2 DB=pgsql GIT=v3.10.0 SUITE=phpunit"
@@ -41,12 +41,12 @@ env:
4141
# PostgreSQL highest, lowest (2 browsers)
4242
- "PHP=7.4 DB=pgsql GIT=master SUITE=behat BROWSER=chrome"
4343
- "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"
4646
- "PHP=7.4 DB=pgsql GIT=MOODLE_311_STABLE SUITE=behat BROWSER=chrome"
4747
- "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"
5050
- "PHP=7.4 DB=pgsql GIT=v3.10.0 SUITE=behat BROWSER=chrome"
5151
- "PHP=7.4 DB=pgsql GIT=v3.10.0 SUITE=behat BROWSER=firefox"
5252
- "PHP=7.2 DB=pgsql GIT=v3.10.0 SUITE=behat BROWSER=chrome"

0 commit comments

Comments
 (0)