Skip to content

Commit

Permalink
Remove old rubies from CI
Browse files Browse the repository at this point in the history
Ruby 2.x has been EOL'd for almost a year https://endoflife.date/ruby

It wasn't hard to keep track of compatibility with these older rubies,
but since they made CI fail in a way that's odd, and probably not
fixable, I am okay with not testing these in CI.

If we introduce an incompatibility somehow for an older Ruby, and you
run into it, let me know and I'm happy to cut another release that fixes
your issue.
  • Loading branch information
steveklabnik committed Feb 8, 2024
1 parent 097bccf commit 0f8a572
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ jobs:
strategy:
matrix:
ruby:
- 1.9.3
- '2.0'
- 2.1
- 2.2
- 2.4
- 2.5
- 2.6
- 2.7
- '3.0'
- 3.0
- 3.1
- 3.2
- 3.3
Expand Down

0 comments on commit 0f8a572

Please sign in to comment.