Skip to content

Commit dbbc918

Browse files
committed
bump to ruby 3
1 parent ce20d65 commit dbbc918

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
ruby:
14-
- "2.4"
15-
- "2.5"
16-
- "2.6"
17-
- "2.7"
14+
- "3.0"
15+
- "3.1"
16+
- "3.2"
17+
- "3.3"
1818
fail-fast: false
1919

2020
steps:

0 commit comments

Comments
 (0)