Skip to content

Commit 6d5e95f

Browse files
committed
ci: Add Ruby 3.2/3.3/3.4 for CI
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 8336859 commit 6d5e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: [1.9, '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby-9.1, jruby-9.2]
18+
ruby: [1.9, '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby-9.1, jruby-9.2]
1919
gemfile: [no-deps, json-latest, json-old, json-pure]
2020
exclude:
2121
- ruby: '3.0'

0 commit comments

Comments
 (0)