From 93f05ee88f56194dda3697280ffed54deb2f79be Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 9 Dec 2016 15:12:10 -0800 Subject: [PATCH] Update Test Kitchen platforms to the latest --- .kitchen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 416949d..b363ff6 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -10,9 +10,9 @@ platforms: - name: centos-7.2 - name: debian-7.11 run_list: apt::default - - name: debian-8.5 + - name: debian-8.6 run_list: apt::default - - name: fedora-24 + - name: fedora-25 run_list: yum::dnf_yum_compat - name: ubuntu-12.04 run_list: apt::default