We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60b06fc + c25ffc8 commit 49291beCopy full SHA for 49291be
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
15
- "3.2"
16
- "3.3"
17
- "3.4"
18
+ - "4.0"
19
20
steps:
21
- uses: actions/checkout@v6
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Add support for Ruby v4.0
13
14
## [3.3.0] - 2025-11-26
### Added
0 commit comments