Skip to content

Commit c486824

Browse files
author
Anil Kumar Maurya
authored
Use ruby 2.6.5 instead of 2.6.0 in ruby.yml
1 parent 57f7172 commit c486824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
ruby-version: [3.0.1, 2.7.3, 2.6.7, 2.6.0]
23+
ruby-version: [3.0.1, 2.7.3, 2.6.7, 2.6.5]
2424

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

0 commit comments

Comments
 (0)