Skip to content

Commit 072b938

Browse files
herwinwqnet-herwin
andauthored
Add Ruby 3.4 to CI, fix warning for 3.4 and error for 3.5/HEAD (#54)
Co-authored-by: Herwin Weststrate <herwin@quarantainenet.nl> Co-authored-by: Herwin <herwinw@users.noreply.github.com>
1 parent 6b04e16 commit 072b938

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.1"
2525
- "3.2"
2626
- "3.3"
27+
- "3.4"
2728
- head
2829
include:
2930
- { os: windows , ruby: mingw }

test/test_webrick_server.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
require_relative 'webrick_testing'
77
require "xmlrpc/server"
88
require 'xmlrpc/client'
9-
require 'logger'
109

1110
module TestXMLRPC
1211
class Test_Webrick < Test::Unit::TestCase

0 commit comments

Comments
 (0)