Skip to content

Commit

Permalink
Update server version in tests to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed May 23, 2018
1 parent 7bb6ec2 commit 76d74b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -ex
SERVER_VERSION=7.0
SERVER_VERSION=7.1
JAVA_VERSION_MAJOR=$(java -version 2>&1 | grep -i version | sed 's/.*version ".*\.\(.*\)\..*"/\1/; 1q')
case "$(uname -s)" in
Expand Down

0 comments on commit 76d74b7

Please sign in to comment.