Skip to content

Commit 2b13c92

Browse files
authored
Merge pull request #371 from zilchms/dropubuntu
Drop Ubuntu 18.04 support
2 parents c52cc17 + 80e591b commit 2b13c92

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

metadata.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,38 +33,31 @@
3333
{
3434
"operatingsystem": "CentOS",
3535
"operatingsystemrelease": [
36-
"7",
37-
"8",
3836
"9"
3937
]
4038
},
4139
{
4240
"operatingsystem": "RedHat",
4341
"operatingsystemrelease": [
44-
"7",
45-
"8",
4642
"9"
4743
]
4844
},
4945
{
5046
"operatingsystem": "Rocky",
5147
"operatingsystemrelease": [
52-
"8",
5348
"9"
5449
]
5550
},
5651
{
5752
"operatingsystem": "Ubuntu",
5853
"operatingsystemrelease": [
59-
"18.04",
6054
"20.04",
6155
"22.04"
6256
]
6357
},
6458
{
6559
"operatingsystem": "Debian",
6660
"operatingsystemrelease": [
67-
"10",
6861
"11",
6962
"12"
7063
]

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22

33
require 'voxpupuli/acceptance/spec_helper_acceptance'
44

5-
configure_beaker do |host|
6-
next unless fact('os.name') == 'Debian' && fact('os.release.major') == '8'
7-
8-
on host, 'echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list'
9-
on host, 'echo \'Acquire::Check-Valid-Until "false";\' > /etc/apt/apt.conf.d/check-valid'
10-
on host, 'DEBIAN_FRONTEND=noninteractive apt-get -y update'
11-
on host, 'DEBIAN_FRONTEND=noninteractive apt-get install -y -t jessie-backports openjdk-8-jdk'
12-
end
5+
configure_beaker

0 commit comments

Comments
 (0)