Skip to content

Commit 15d317d

Browse files
committed
Update build matrix
Remove Ruby 2.1 and 2.2, add 3.1, 3.2 and 3.3
1 parent 0947f7c commit 15d317d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ jobs:
1212
matrix:
1313
gemfile: [Gemfile]
1414
ruby:
15-
- "2.1"
16-
- "2.2"
1715
- "2.3"
1816
- "2.4"
1917
- "2.5"
2018
- "2.6"
2119
- "2.7"
2220
- "3.0"
21+
- "3.1"
22+
- "3.2"
23+
- "3.3"
2324
- jruby
2425
- truffleruby
2526
include:

0 commit comments

Comments
 (0)