Skip to content

Commit d23c845

Browse files
committed
CI against for Ruby 3.4
1 parent 35b852f commit d23c845

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: ['3.0', '3.1', '3.2', '3.3']
10+
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Ruby

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
### Misc
4+
5+
* CI against for Ruby 3.4
6+
37

48
## 2.1.0 (2023-12-25)
59

0 commit comments

Comments
 (0)