Skip to content

Commit

Permalink
README: Mustermann does not depend on tool
Browse files Browse the repository at this point in the history
Since #49

Rubinius is dead. It is enough to test one JRuby until support has been
confirmed.
  • Loading branch information
dentarg committed Jul 30, 2024
1 parent 0b8554b commit 2d7fc34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, truffleruby]
include:
- { ruby: jruby-9.3, allow-failure: true }
- { ruby: jruby-9.4, allow-failure: true }
- { ruby: jruby, allow-failure: true }
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ Any software using Mustermann is obviously compatible with at least one of the a

## Requirements

Mustermann depends on [tool](https://github.com/rkh/tool) (which has been extracted from Mustermann and Sinatra 2.0), and a Ruby 2.6+ compatible Ruby implementation.
Ruby 2.6+ compatible Ruby implementation.

JRuby and Rubinius support is unknown.
JRuby support is unknown, see more in [issue #72](https://github.com/sinatra/mustermann/issues/72).

## Release History

Expand Down

0 comments on commit 2d7fc34

Please sign in to comment.