Skip to content

Commit b9dd3ee

Browse files
committed
Added all versions up to Ruby 3.4 to the CI matrix.
Signed-off-by: Hermann Mayer <[email protected]>
1 parent e07b87e commit b9dd3ee

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: ['2.7', '3.0']
21+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
2222
rails: ['6.1', '7.1']
2323
env:
2424
BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### next
22

3-
* TODO: Replace this bullet point with an actual description of a change.
3+
* Added all versions up to Ruby 3.4 to the CI matrix (#16)
44

55
### 1.5.1 (17 January 2025)
66

alarmable.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ Gem::Specification.new do |spec|
4141
spec.add_dependency 'activerecord', '>= 6.1'
4242
spec.add_dependency 'activesupport', '>= 6.1'
4343
spec.add_dependency 'hashdiff', '~> 1.0'
44+
spec.add_dependency 'mutex_m', '~> 0.3.0'
4445
spec.add_dependency 'zeitwerk', '~> 2.6'
4546
end

0 commit comments

Comments
 (0)