Skip to content

Commit

Permalink
chore: updating readme (googleapis#16634)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivgautam authored Nov 7, 2023
1 parent 201f818 commit d7c3bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
ruby: "2.5"
task: "--include-spec"
- os: ubuntu-latest
ruby: "2.6"
task: "--include-spec"
- os: ubuntu-latest
ruby: "2.7"
task: "--include-spec --include-yardoc --include-build"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ services.

## Supported Ruby versions

This library is supported on Ruby 2.5+.
This library is supported on Ruby 2.7+.

Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.7 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.

## License

Expand Down

0 comments on commit d7c3bbe

Please sign in to comment.