Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored Jan 1, 2024
1 parent 9561573 commit 82eea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.3, ruby-head, jruby-head]
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby-9.3, ruby-head, jruby-head]

name: Specs - Ruby ${{ matrix.ruby-version }}
steps:
Expand Down

0 comments on commit 82eea4f

Please sign in to comment.