Skip to content

Commit

Permalink
Removed non supported versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 26, 2019
1 parent c4d03c3 commit b29bae2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions azure-pipelines.yml
Expand Up @@ -26,12 +26,8 @@ jobs:
vmImage: 'macos-10.13'
strategy:
matrix:
ruby 2.3:
ruby_version: '2.3.7'
ruby 2.4:
ruby_version: '2.4.4'
ruby 2.5:
ruby_version: '2.5.1'
ruby 2.6:
ruby_version: '2.6.1'
steps:
- task: UseRubyVersion@0
inputs:
Expand All @@ -48,12 +44,10 @@ jobs:
vmImage: 'vs2017-win2016'
strategy:
matrix:
ruby 2.3:
ruby_version: '2.3.7'
ruby 2.4:
ruby_version: '2.4.4'
ruby_version: '2.4.3'
ruby 2.5:
ruby_version: '2.5.1'
ruby_version: '2.5.0'
steps:
- task: UseRubyVersion@0
inputs:
Expand Down

0 comments on commit b29bae2

Please sign in to comment.