Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Devel: add 3.2 to the test-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jan 26, 2016
1 parent 7eb158c commit 2960c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/bin/test-all.pl
Expand Up @@ -11,7 +11,7 @@
die "$ARGV[0] not found or not executable\n"
unless IPC::Cmd::can_run( $ARGV[0] );

my @versions = qw(2.4 2.6 3.0 any);
my @versions = qw(2.4 2.6 3.0 3.2 any);

my @types = qw(mongod replicaset sharded);

Expand Down

0 comments on commit 2960c03

Please sign in to comment.