Skip to content

Commit 7778cd9

Browse files
Merge pull request #391 from ruby-amqp/mk-revisit-ruby-test-matrix
Revisit Ruby test matrix
2 parents 322c471 + e383112 commit 7778cd9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,12 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
ruby-version:
29-
- jruby-9.2.19.0
30-
- jruby-9.3.0.0
31-
- jruby-head
3229
- 2.7
3330
- 3.0
3431
- 3.1
3532

3633
steps:
37-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3835
- name: Set up Ruby
3936
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
4037
# change this to (see https://github.com/ruby/setup-ruby#versioning):

spec/hutch/broker_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
it 'utilises TLS' do
121121
expect(Hutch::Adapter).to receive(:new).with(
122-
hash_including(tls: true, port: 5671)
122+
hash_including(tls: true)
123123
).and_return(instance_double('Hutch::Adapter', start: nil))
124124

125125
broker.open_connection

0 commit comments

Comments
 (0)