Skip to content

Commit 9a8fc19

Browse files
authored
Merge pull request #18 from kakubin/action_ruby_version
tweak
2 parents 6288d52 + 0746cc9 commit 9a8fc19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '2.6.10'
18-
- '2.7.6'
19-
- '3.0.4'
20-
- '3.1.2'
21-
- '3.2.2'
22-
- '3.3.0'
17+
- '2.6'
18+
- '2.7'
19+
- '3.0'
20+
- '3.1'
21+
- '3.2'
22+
- '3.3'
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)