Skip to content

Commit

Permalink
Add Ruby 3.3 to the test matrix and update the checkout Github Action…
Browse files Browse the repository at this point in the history
… to the latest version (#236)
  • Loading branch information
gregfletch authored Oct 15, 2024
1 parent c246588 commit f023dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
- ruby-3.0
- ruby-3.1
- ruby-3.2
- ruby-3.3
- jruby-9.3.0
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand All @@ -34,7 +35,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ versions:
* Ruby 3.0
* Ruby 3.1
* Ruby 3.2
* Ruby 3.3
* JRuby 9.3

If something doesn't work on one of these versions, it's a bug.
Expand Down

0 comments on commit f023dbf

Please sign in to comment.