Skip to content

Commit

Permalink
Add Ruby 3.4.0-preview1 to CI matrix; remove unsupported Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed May 20, 2024
1 parent 0db5fc1 commit 9a0bf09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby, truffleruby]
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, '3.4.0-preview1', jruby, truffleruby]

runs-on: ${{ matrix.os }}

name: Test against ${{ matrix.ruby }} on ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ signatures:

## Supported rubies

This gem is tested against and supports Ruby 2.4 through 3.3, JRuby and
This gem is tested against and supports Ruby 2.7 through 3.3, JRuby and
TruffleRuby.

## Development
Expand Down

0 comments on commit 9a0bf09

Please sign in to comment.