summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-10-25 15:14:19 -0700
committerJoffrey F <joffrey@docker.com>2017-10-25 16:26:47 -0700
commit2fa3a6c0b8d565cedc0aa3af9c51a39129a9f641 (patch)
tree149395d347ae8905fc46c3d4ca5b5bdbc93fe152 /Makefile
parent93f2ab1530b86afb5020ba06d9786bc351b0996d (diff)
downloaddocker-py-update_test_matrix.tar.gz
Update test engine versions in Jenkinsfileupdate_test_matrix
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 991b93a..9892693 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ integration-test: build
integration-test-py3: build-py3
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test tests/integration/${file}
-TEST_API_VERSION ?= 1.30
-TEST_ENGINE_VERSION ?= 17.06.0-ce
+TEST_API_VERSION ?= 1.33
+TEST_ENGINE_VERSION ?= 17.10.0-ce
.PHONY: integration-dind
integration-dind: build build-py3