Explorar o código

Make 2.6 the default server profile for the test suite too.

We leave 2.4 for Travis CI since their CI environment uses Redis 2.4.

[ci skip]
Daniele Alessandri %!s(int64=13) %!d(string=hai) anos
pai
achega
eb450ae0b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -27,7 +27,7 @@
 
     <php>
         <!-- Redis -->
-        <const name="REDIS_SERVER_VERSION" value="2.4" />
+        <const name="REDIS_SERVER_VERSION" value="2.6" />
         <const name="REDIS_SERVER_HOST" value="127.0.0.1" />
         <const name="REDIS_SERVER_PORT" value="6379" />
         <const name="REDIS_SERVER_DBNUM" value="15" />