Skip to content

Commit ef8c0c3

Browse files
ci: Fix broken 3.4 installations (#1329)
1 parent a240296 commit ef8c0c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/installation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ruby-version:
18+
- 3.4
1819
- 3.3
1920
- 3.2
2021
- 3.1
21-
- 3.0
2222
name: ${{ matrix.ruby-version }}
2323
runs-on: ubuntu-latest
2424
steps:

releases/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
source 'https://rubygems.org'
44

5+
gem 'mutex_m' if Gem::Requirements.new('>= 3.4').satisfied_by?(RUBY_VERSION)
6+
57
gem 'aws_sdk'
68
gem 'bunny'
79
gem 'concurrent-ruby'

0 commit comments

Comments
 (0)