From 9a3ab3e8000be059ccf4edeee53b62ddb5913fc6 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Thu, 4 May 2017 12:04:53 +0300 Subject: [PATCH] Tests: Switch to Fedora-25 for packaging tests Switch the Fedora Vagrant box for packaging tests to Fedora-25 as Fedora-24 will become EOL one month after Fedora-26 is out. Relates #24466 --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index a818d666655..00cc9bd638f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -56,8 +56,8 @@ Vagrant.configure(2) do |config| config.vm.box = "elastic/oraclelinux-7-x86_64" rpm_common config end - config.vm.define "fedora-24" do |config| - config.vm.box = "elastic/fedora-24-x86_64" + config.vm.define "fedora-25" do |config| + config.vm.box = "elastic/fedora-25-x86_64" dnf_common config end config.vm.define "opensuse-13" do |config|