Skip to content

Commit 0f9a018

Browse files
committed
Fix CHANGELOG and test matrix
1 parent 6bdd5f4 commit 0f9a018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1', '3.2', '3.3', '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:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Nothing so far
55
## 0.4.5
66

77
#### Changes
8-
* Update Ruby to 3.3
8+
* Update Ruby to 3.4
99

1010
## 0.4.4
1111

0 commit comments

Comments
 (0)