We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e557e commit fc0fe74Copy full SHA for fc0fe74
.travis.yml
@@ -3,7 +3,10 @@ services: docker
3
fast_finish: true
4
env:
5
# 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"
+ # 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"
10
- "PHP=7.2 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
11
- "PHP=7.1 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
12
- "PHP=7.0 DB=pgsql GIT=v3.3.5 SUITE=phpunit"
0 commit comments