Skip to content

Commit

Permalink
Merge pull request #62 from willnet/3-3
Browse files Browse the repository at this point in the history
Ruby 3.3のサポート
  • Loading branch information
willnet authored Jan 16, 2024
2 parents 1433ef8 + 7f9569a commit f4c48a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false

matrix:
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'head']
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head']
include:
- ruby-version: 'head'
allow_failures: 'true'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ Gimei.address.kanji #=> "熊本県日進市東場内"

## Supported versions

- 2.2.x
- 2.3.x
- 2.4.x
- 2.5.x
Expand All @@ -247,6 +246,7 @@ Gimei.address.kanji #=> "熊本県日進市東場内"
- 3.0.x
- 3.1.x
- 3.2.x
- 3.3.x

## 他言語による実装

Expand Down

0 comments on commit f4c48a1

Please sign in to comment.