Skip to content

Commit 4e5f8b7

Browse files
committed
Add Ruby 3.1, 3.2 and JRuby 9.4.
1 parent 2f58c69 commit 4e5f8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-20.04, windows-2019]
11-
ruby: ['1.8.7', '1.9.3', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', jruby-1.7, jruby-9.0, jruby-9.1, jruby-9.2, jruby-9.3]
11+
ruby: ['1.8.7', '1.9.3', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', jruby-1.7, jruby-9.0, jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]
1212
architecture: [default]
1313
name_suffix: ['']
1414
experimental: [false]

0 commit comments

Comments
 (0)