Skip to content

Commit

Permalink
Merge pull request #31 from unasuke/ruby-34
Browse files Browse the repository at this point in the history
Add ruby 3.4 to test matrix
  • Loading branch information
unasuke authored Dec 29, 2024
2 parents ebfc984 + 86288a9 commit 2106dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions websocket-client-simple.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "websocket"
spec.add_dependency "event_emitter"
spec.add_dependency "mutex_m"
spec.add_dependency "base64"
end

0 comments on commit 2106dae

Please sign in to comment.