Closed ashie closed 3 years ago
See https://github.com/ashie/serverengine/pull/3 for test results.
appveyor seems to use ruby 1.9.3 on all matrix.
appveyor seems to use ruby 1.9.3 on all matrix.
The same branch works correctly on my forked repository:
I'm not sure why but it's not triggered correctly on this PR.
Hmm... I see. Merged for testing.
Hmm, still failed ...
ruby 3.0 and ruby 2.7 tests use ruby 1.9 but others use correct version.
Now I've found the cause.
image: Visual Studio 2019
should be added: https://www.appveyor.com/docs/windows-images-software/#ruby
If it's omitted, the image when the project is created is used.
I changed project setting to use "Vistual Studio 2019". If next commit doesn't change the build image, we need to update appveyor.yml.
If next commit doesn't change the build image, we need to update appveyor.yml.
I've created #111 since the next commit doesn't take effect.