Skip to content

Commit 399812c

Browse files
authored
Use latest Rubies (#1070)
1 parent d29a9cb commit 399812c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
ruby:
17-
- 2.7.7
18-
- 3.1.3
19-
- 3.2.1
17+
- 2.7.8
18+
- 3.0.6
19+
- 3.1.4
20+
- 3.2.2
2021

2122
steps:
2223
- name: Checkout code

0 commit comments

Comments
 (0)