Skip to content

Commit 3fd8495

Browse files
committed
Add support for Ruby 4
1 parent bb5939f commit 3fd8495

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17+
# Legacy - If a version breaks, just drop it, don't fix it.
1718
- ruby: 2.5.7
1819
gemfile: Gemfile
1920
- ruby: 2.6.10
@@ -24,12 +25,16 @@ jobs:
2425
gemfile: Gemfile
2526
- ruby: 3.1.2
2627
gemfile: Gemfile
28+
29+
# Officially supported
2730
- ruby: 3.2.1
2831
gemfile: Gemfile
2932
- ruby: 3.3.6
3033
gemfile: Gemfile
3134
- ruby: 3.4.1
3235
gemfile: Gemfile
36+
- ruby: 4.0.1
37+
gemfile: Gemfile
3338
env:
3439
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
3540
steps:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
88
### Breaking changes
99

1010
### Compatible changes
11-
1211
- Add support for Ruby 3.3
1312
- Add support for Ruby 3.4
13+
- Add support for Ruby 4.0
1414

1515
## 3.2.0 - 2023-03-01
1616

0 commit comments

Comments
 (0)