Skip to content

Commit dc77a0f

Browse files
committed
build: Test on Ruby 3.4
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent ce45317 commit dc77a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ jobs:
504504
fail-fast: false
505505
matrix:
506506
os: [ubuntu-22.04, macos-13, windows-2022]
507-
ruby-version: ["3.2", "3.3"]
507+
ruby-version: ["3.2", "3.3", "3.4"]
508508

509509
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
510510
runs-on: ${{ matrix.os }}

bindings/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ into:
4141
- Can process multiple documents in parallel
4242
- Works on Linux, Windows, and macOS
4343
- Supports HTML5 & CSS3
44-
- Tested on Ruby 3.2, and 3.3.
44+
- Tested on Ruby 3.2, 3.3, and 3.4.
4545

4646
## Playground
4747

0 commit comments

Comments
 (0)