From 90623b1ffb1e9f8333cc6f2c27f40e2df8974897 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 5 Dec 2017 20:55:37 -0800 Subject: [PATCH] Update FreeBSD version used in CI. --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 980c581a1c..0a591adce3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ matrix: include: - env: TEST=remote TARGET=all PLATFORM=osx VERSION=10.11 - - env: TEST=remote TARGET=all PLATFORM=freebsd VERSION=10.3-STABLE PRIVILEGED=true + - env: TEST=remote TARGET=all PLATFORM=freebsd VERSION=10.4 PRIVILEGED=true - env: TEST=remote TARGET=ci_win1 PLATFORM=windows VERSION=2012-R2_RTM - env: TEST=remote TARGET=ci_win2 PLATFORM=windows VERSION=2012-R2_RTM