Skip to content

Commit a92449c

Browse files
johrstromtreydock
andauthored
drop support for Ubuntu 20.04 and Ruby 2.7 (#4188)
* drop support for Ubuntu 20.04 and Ruby 2.7 * Bump ood_packaging to also remove Ubuntu 20.04 and E2E helper --------- Co-authored-by: Trey Dockendorf <[email protected]>
1 parent 0442402 commit a92449c

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/tests.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: ["ubuntu-latest"]
16-
ruby: ["2.7.1"]
17-
bundler: ["2.1.4"]
16+
ruby: ["3.3.5"]
17+
bundler: ["2.5.16"]
1818
include:
1919
# Test versions from Ubuntu 22.04
2020
- os: ubuntu-latest
@@ -125,7 +125,6 @@ jobs:
125125
- el8
126126
- el9
127127
- amzn2023
128-
- ubuntu-20.04
129128
- ubuntu-22.04
130129
- ubuntu-24.04
131130
- debian-12
@@ -142,8 +141,6 @@ jobs:
142141
- dist: amzn2023
143142
arch: ppc64le
144143
# Ubuntu and Debian doesn't have way to get NodeJS 20+ on ppc64le
145-
- dist: ubuntu-20.04
146-
arch: ppc64le
147144
- dist: ubuntu-22.04
148145
arch: ppc64le
149146
- dist: ubuntu-24.04

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rake'
88
gem 'dotenv', '~> 2.1'
99

1010
group :package do
11-
gem 'ood_packaging', '~> 0.16.2'
11+
gem 'ood_packaging', '~> 0.17.0'
1212
end
1313

1414
group :test do

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
oga (3.3)
9797
ast
9898
ruby-ll (~> 2.1)
99-
ood_packaging (0.16.2)
99+
ood_packaging (0.17.0)
100100
rake (~> 13.0.1)
101101
open_uri_redirections (0.2.1)
102102
parallel (1.21.0)
@@ -177,7 +177,7 @@ DEPENDENCIES
177177
beaker-docker (~> 1.4.0)
178178
beaker-rspec
179179
dotenv (~> 2.1)
180-
ood_packaging (~> 0.16.2)
180+
ood_packaging (~> 0.17.0)
181181
rake
182182
rspec
183183
rubocop

spec/e2e/e2e_helper.rb

-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ def codename
7373
'noble'
7474
when 'ubuntu-22.04'
7575
'jammy'
76-
when 'ubuntu-20.04'
77-
'focal'
7876
when 'debian-12'
7977
'bookworm'
8078
end

0 commit comments

Comments
 (0)