Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit cdee0f8

Browse files
committed
Update Ruby to 4.0
1 parent 6499f2d commit cdee0f8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ubuntu-latest]
9-
ruby: ['3.1', '3.2', '3.3', '3.4']
9+
ruby: ['3.2', '3.3', '3.4', '4.0']
1010
name: test (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})
1111
runs-on: ${{ matrix.os }}
1212
steps:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4
1+
4.0

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Main
22

3-
Nothing so far
3+
### Changes
4+
* Update Ruby to 4.0
45

56
## 1.2.0
67

0 commit comments

Comments
 (0)