Skip to content

Commit

Permalink
drop support for Ubuntu 20.04 and Ruby 2.7 (#4188)
Browse files Browse the repository at this point in the history
* 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 <tdockendorf@osc.edu>
  • Loading branch information
johrstrom and treydock authored Feb 28, 2025
1 parent 0442402 commit a92449c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
ruby: ["2.7.1"]
bundler: ["2.1.4"]
ruby: ["3.3.5"]
bundler: ["2.5.16"]
include:
# Test versions from Ubuntu 22.04
- os: ubuntu-latest
Expand Down Expand Up @@ -125,7 +125,6 @@ jobs:
- el8
- el9
- amzn2023
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- debian-12
Expand All @@ -142,8 +141,6 @@ jobs:
- dist: amzn2023
arch: ppc64le
# Ubuntu and Debian doesn't have way to get NodeJS 20+ on ppc64le
- dist: ubuntu-20.04
arch: ppc64le
- dist: ubuntu-22.04
arch: ppc64le
- dist: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rake'
gem 'dotenv', '~> 2.1'

group :package do
gem 'ood_packaging', '~> 0.16.2'
gem 'ood_packaging', '~> 0.17.0'
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
oga (3.3)
ast
ruby-ll (~> 2.1)
ood_packaging (0.16.2)
ood_packaging (0.17.0)
rake (~> 13.0.1)
open_uri_redirections (0.2.1)
parallel (1.21.0)
Expand Down Expand Up @@ -177,7 +177,7 @@ DEPENDENCIES
beaker-docker (~> 1.4.0)
beaker-rspec
dotenv (~> 2.1)
ood_packaging (~> 0.16.2)
ood_packaging (~> 0.17.0)
rake
rspec
rubocop
Expand Down
2 changes: 0 additions & 2 deletions spec/e2e/e2e_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def codename
'noble'
when 'ubuntu-22.04'
'jammy'
when 'ubuntu-20.04'
'focal'
when 'debian-12'
'bookworm'
end
Expand Down

0 comments on commit a92449c

Please sign in to comment.