Conversation
fe21f37 to
56befd6
Compare
| - ruby_version: 23-x64 | ||
| - ruby_version: 24-x64 | ||
| - ruby_version: 25-x64 | ||
| - ruby_version: 26-x64 |
There was a problem hiding this comment.
ruby didn't seem to get installed?
There was a problem hiding this comment.
With normal CI, all Ruby builds (except trunk) used on Appveyor are pre-installed.
-
The RubyInstaller2 2.6.0 build is not passing due to a last minute update to BigDecimal, which changed spec tests (added to ruby/ruby, not yet added to ruby/spec).
-
Once released, Appveyor may take a few days (or weeks) to add the build to their images.
-
Trunk/head is not affected.
-
I'll ping when it's been added...
.travis.yml
Outdated
| - 2.3.8 | ||
| - 2.4.5 | ||
| - 2.5.3 | ||
| - 2.6.0 |
There was a problem hiding this comment.
Bundler is still failing on 2.6, working on that over in rubygems/bundler#6856
56befd6 to
98120a7
Compare
|
@segiddins what are you thoughts are leaving 2.6 out of appveyor for the time being so that we can merge this PR? |
|
See 810671e Appveyor has not yet updated their images with Ruby 2.6.x. They will be updating with 2.6.1, along with installing both Bundler 1.7.x & 2.x. |
|
Appveyor has added Ruby 2.6.1. JFYI, Bundler versions 1.17.3 & 2.0.1 are install on Ruby versions 2.3 & later. At present, trunk/head only has what's included in the Rubygems std-lib. See: |
|
@bundlerbot r+ |
2553: Test against Ruby 2.6 r=hsbt a=segiddins # Description: Since 2.6 has been released, we should make sure we support it! # Tasks: - [ ] Describe the problem / feature - [ ] Write tests - [ ] Write code to solve the problem - [ ] Get code review from coworkers / friends I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md). Co-authored-by: Samuel Giddins <segiddins@segiddins.me> Co-authored-by: SHIBATA Hiroshi <hsbt@ruby-lang.org>
Build succeeded |
Description:
Since 2.6 has been released, we should make sure we support it!
Tasks:
I will abide by the code of conduct.