From 7121d1d8cd67230a9f9dabecd1a6e11a14cfa109 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 24 Jan 2020 10:33:50 +0000 Subject: [PATCH] test(pkgs_spec): update `centos-8` for `2019.2.3` release * https://docs.saltstack.com/en/latest/topics/releases/2019.2.3.html --- test/integration/v201902-py3/controls/pkgs_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/v201902-py3/controls/pkgs_spec.rb b/test/integration/v201902-py3/controls/pkgs_spec.rb index bdc268b..c742d6d 100644 --- a/test/integration/v201902-py3/controls/pkgs_spec.rb +++ b/test/integration/v201902-py3/controls/pkgs_spec.rb @@ -7,7 +7,7 @@ version = when 'amazon' '2019.2.2-1.el7' when 'centos' - '2019.2.2-1.el8' + '2019.2.3-1.el8' end when 'fedora' '2019.2.1rc0-3.fc31'