Skip to content

Commit

Permalink
remove JRuby and TruffleRuby from CI
Browse files Browse the repository at this point in the history
* io-event seems unavailable on JRuby
* TruffleRuby job timed out
  • Loading branch information
paddor committed Jan 4, 2024
1 parent 2b94943 commit dbe499f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stable_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- jruby
- truffleruby
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ On macOS using Homebrew, run:

### Supported Rubies

* MRI (3.1, 3.2, 3.3)
* JRuby
* TruffleRuby
At least:

* Ruby 3.0, 3.1, 3.2, 3.3

## Installation

Expand Down

0 comments on commit dbe499f

Please sign in to comment.