Skip to content

Commit

Permalink
Use ruby 2.6.5 instead of 2.6.0 in ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Kumar Maurya authored Jul 1, 2021
1 parent 57f7172 commit c486824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
ruby-version: [3.0.1, 2.7.3, 2.6.7, 2.6.0]
ruby-version: [3.0.1, 2.7.3, 2.6.7, 2.6.5]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c486824

Please sign in to comment.