Skip to content

Commit 49291be

Browse files
authored
Merge pull request #276 from Crown-Commercial-Service/add-support-for-ruby-v4
Add support for Ruby v4
2 parents 60b06fc + c25ffc8 commit 49291be

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- "3.2"
1616
- "3.3"
1717
- "3.4"
18+
- "4.0"
1819

1920
steps:
2021
- uses: actions/checkout@v6

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add support for Ruby v4.0
13+
1014
## [3.3.0] - 2025-11-26
1115

1216
### Added

0 commit comments

Comments
 (0)