Skip to content

Commit 47cbdbb

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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', '3.1']
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 (#9)
44

55
### 1.5.1 (17 January 2025)
66

0 commit comments

Comments
 (0)