Skip to content

Commit 968bfaa

Browse files
committed
Drop ruby 2.6 ; build using Ruby 3.2.
1 parent 6f383cd commit 968bfaa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
16-
ruby: [2.6, 2.7, 3.1, 3.2]
16+
ruby: [2.7, 3.1, 3.2]
1717
env:
1818
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1919
steps:

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: 3.1
28+
ruby-version: 3.2
2929
bundler-cache: true
3030

3131
- run: make package
@@ -57,7 +57,7 @@ jobs:
5757

5858
- uses: ruby/setup-ruby@v1
5959
with:
60-
ruby-version: 3.1
60+
ruby-version: 3.2
6161
bundler-cache: true
6262

6363
- run: make package

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.12.1 - 2025/03/20
22

33
* Allow Hash as bulttin type recognized by JsonSchema generation.
4+
* Remove Ruby 2.6 from supported versions. Requirement is Ruby 2.7.
45

56
## 0.12.0 - 2023/05/23
67

0 commit comments

Comments
 (0)