Skip to content

Commit fc0fe74

Browse files
committed
Move phpunit-full job to current master, where redis is back to work
1 parent 64e557e commit fc0fe74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ services: docker
33
fast_finish: true
44
env:
55
# 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"
6+
# We have set the "phpunit-full" to run against master because it's the
7+
# weekly (3.8dev) where redis was fixed (MDL-60978). Once we have any working release
8+
# including that fix, we'll be able to move back to tagged versions.
9+
- "PHP=7.3 DB=pgsql GIT=master SUITE=phpunit-full"
710
- "PHP=7.2 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
811
- "PHP=7.1 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
912
- "PHP=7.0 DB=pgsql GIT=v3.3.5 SUITE=phpunit"

0 commit comments

Comments
 (0)