Skip to content

Commit

Permalink
Merge pull request #91 from mamantoha/test-ruby-3.3
Browse files Browse the repository at this point in the history
Test Ruby 3.3 on CI
  • Loading branch information
mamantoha authored Jan 8, 2024
2 parents 563c945 + b9022e4 commit 4868385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [2.7, 3.0, 3.1, 3.2, head, jruby, jruby-head]
ruby: [2.7, 3.0, 3.1, 3.2, 3.3, head, jruby, jruby-head]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4868385

Please sign in to comment.