Skip to content

Commit

Permalink
drop support for Ubuntu 20.04 and Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 27, 2025
1 parent 41f49f6 commit b5df765
Showing 1 changed file with 2 additions and 5 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

0 comments on commit b5df765

Please sign in to comment.