Skip to content

Commit

Permalink
Remove fedora 26, add 28
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed May 17, 2018
1 parent 9434f25 commit dab52d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ Vagrant.configure(2) do |config|
rpm_common config, box
end
end
'fedora-26'.tap do |box|
'fedora-27'.tap do |box|
config.vm.define box, define_opts do |config|
config.vm.box = 'elastic/fedora-26-x86_64'
config.vm.box = 'elastic/fedora-27-x86_64'
dnf_common config, box
end
end
'fedora-27'.tap do |box|
'fedora-28'.tap do |box|
config.vm.define box, define_opts do |config|
config.vm.box = 'elastic/fedora-27-x86_64'
config.vm.box = 'elastic/fedora-28-x86_64'
dnf_common config, box
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class VagrantTestPlugin implements Plugin<Project> {
'centos-7',
'debian-8',
'debian-9',
'fedora-26',
'fedora-27',
'fedora-28',
'oel-6',
'oel-7',
'opensuse-42',
Expand Down

0 comments on commit dab52d7

Please sign in to comment.