We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a240296 commit ef8c0c3Copy full SHA for ef8c0c3
.github/workflows/installation-tests.yml
@@ -15,10 +15,10 @@ jobs:
15
fail-fast: false
16
matrix:
17
ruby-version:
18
+ - 3.4
19
- 3.3
20
- 3.2
21
- 3.1
- - 3.0
22
name: ${{ matrix.ruby-version }}
23
runs-on: ubuntu-latest
24
steps:
releases/Gemfile
@@ -2,6 +2,8 @@
2
3
source 'https://rubygems.org'
4
5
+gem 'mutex_m' if Gem::Requirements.new('>= 3.4').satisfied_by?(RUBY_VERSION)
6
+
7
gem 'aws_sdk'
8
gem 'bunny'
9
gem 'concurrent-ruby'
0 commit comments