Skip to content

Commit

Permalink
ci: Fix broken 3.4 installations (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Jan 8, 2025
1 parent a240296 commit ef8c0c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 3.4
- 3.3
- 3.2
- 3.1
- 3.0
name: ${{ matrix.ruby-version }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions releases/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

gem 'mutex_m' if Gem::Requirements.new('>= 3.4').satisfied_by?(RUBY_VERSION)

gem 'aws_sdk'
gem 'bunny'
gem 'concurrent-ruby'
Expand Down

0 comments on commit ef8c0c3

Please sign in to comment.