mirror of
https://github.com/predis/predis.git
synced 2026-08-31 12:43:31 +00:00
Make 2.6 the default server profile.
This commit is contained in:
@@ -77,7 +77,7 @@ abstract class ServerProfile implements ServerProfileInterface, CommandProcessin
|
||||
'2.2' => 'Predis\Profile\ServerVersion22',
|
||||
'2.4' => 'Predis\Profile\ServerVersion24',
|
||||
'2.6' => 'Predis\Profile\ServerVersion26',
|
||||
'default' => 'Predis\Profile\ServerVersion24',
|
||||
'default' => 'Predis\Profile\ServerVersion26',
|
||||
'dev' => 'Predis\Profile\ServerVersionNext',
|
||||
);
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ use Predis\Command\Processor\ProcessorChain;
|
||||
*/
|
||||
class ServerProfileTest extends StandardTestCase
|
||||
{
|
||||
const DEFAULT_PROFILE_VERSION = '2.4';
|
||||
const DEFAULT_PROFILE_VERSION = '2.6';
|
||||
const DEVELOPMENT_PROFILE_VERSION = '2.8';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user