minor #38804 Enable Redis tests on nightly (derrabus)

This PR was merged into the 4.4 branch.

Discussion
----------

Enable Redis tests on nightly

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | #36872
| License       | MIT
| Doc PR        | N/A

Commits
-------

1a83a469c3 Enable Redis tests on nightly.
This commit is contained in:
Fabien Potencier 2020-10-29 08:49:03 +01:00
commit 19c3f02190
1 changed files with 1 additions and 1 deletions

View File

@ -162,11 +162,11 @@ before_install:
tfold ext.mongodb tpecl mongodb-1.6.16 mongodb.so $INI
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
tfold ext.redis tpecl redis-5.2.2 redis.so $INI "no"
fi
tfold ext.apcu tpecl apcu-5.1.19 apcu.so $INI
tfold ext.igbinary tpecl igbinary-3.1.6 igbinary.so $INI
tfold ext.redis tpecl redis-5.2.3 redis.so $INI "no"
done
- |