Skip to content

Commit dfb9ec0

Browse files
committed
Update Ruby to 3.4
1 parent f824864 commit dfb9ec0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.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.0', '3.1', '3.2', '3.3']
9+
ruby: ['3.1', '3.2', '3.3', '3.4']
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.3
1+
3.4

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 3.4
45

56
## 1.0.0
67

0 commit comments

Comments
 (0)