Skip to content

Commit 8cd73fa

Browse files
committed
I don't want to support this many Ruby versions
1 parent 0b05968 commit 8cd73fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ ruby-head, '3.1', '3.0', '2.7', '2.6', '2.5', '2.4', '2.3', '2.2', truffleruby ]
11+
ruby: [ ruby-head, '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4', '2.3', '2.2', truffleruby ]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Inspired heavily by [gperftools](https://code.google.com/p/gperftools/), and wri
66

77
## Requirements
88

9-
* Ruby 2.2+
9+
* Ruby 2.7+
1010
* Linux-based OS
1111

1212
## Getting Started

0 commit comments

Comments
 (0)