We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce45317 commit dc77a0fCopy full SHA for dc77a0f
.github/workflows/build.yml
@@ -504,7 +504,7 @@ jobs:
504
fail-fast: false
505
matrix:
506
os: [ubuntu-22.04, macos-13, windows-2022]
507
- ruby-version: ["3.2", "3.3"]
+ ruby-version: ["3.2", "3.3", "3.4"]
508
509
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
510
runs-on: ${{ matrix.os }}
bindings/ruby/README.md
@@ -41,7 +41,7 @@ into:
41
- Can process multiple documents in parallel
42
- Works on Linux, Windows, and macOS
43
- Supports HTML5 & CSS3
44
-- Tested on Ruby 3.2, and 3.3.
+- Tested on Ruby 3.2, 3.3, and 3.4.
45
46
## Playground
47
0 commit comments