Skip to content

Commit

Permalink
Drop support for Ruby 2.7
Browse files Browse the repository at this point in the history
Ruby 2.7 was EOL in March 2023
  • Loading branch information
jwilm committed Oct 19, 2023
1 parent 92575ff commit 1694abd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- stable
- "1.51"
ruby-version:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ assert_eq!(

## Requirements

`serde_magnus` requires Rust 1.51+ and Ruby 2.7+.
`serde_magnus` requires Rust 1.51+ and Ruby 3.0+.

## License

Expand Down

0 comments on commit 1694abd

Please sign in to comment.