Skip to content

Commit b29bae2

Browse files
committed
Removed non supported versions.
1 parent c4d03c3 commit b29bae2

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

azure-pipelines.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ jobs:
2626
vmImage: 'macos-10.13'
2727
strategy:
2828
matrix:
29-
ruby 2.3:
30-
ruby_version: '2.3.7'
31-
ruby 2.4:
32-
ruby_version: '2.4.4'
33-
ruby 2.5:
34-
ruby_version: '2.5.1'
29+
ruby 2.6:
30+
ruby_version: '2.6.1'
3531
steps:
3632
- task: UseRubyVersion@0
3733
inputs:
@@ -48,12 +44,10 @@ jobs:
4844
vmImage: 'vs2017-win2016'
4945
strategy:
5046
matrix:
51-
ruby 2.3:
52-
ruby_version: '2.3.7'
5347
ruby 2.4:
54-
ruby_version: '2.4.4'
48+
ruby_version: '2.4.3'
5549
ruby 2.5:
56-
ruby_version: '2.5.1'
50+
ruby_version: '2.5.0'
5751
steps:
5852
- task: UseRubyVersion@0
5953
inputs:

0 commit comments

Comments
 (0)