travis ci-error Expected feature release number in range of 9 to 14, but got: 8

Made a pull request and ended up with this error https://travis-ci.org/openmrs/openmrs-module-metadatasharing/jobs/603332891?utm_medium=notification&utm_source=github_status When I looked around the solution offered was to change jdk specification from oracle to openjdk of the .travis.yml file https://blog.csdn.net/weixin_41287260/article/details/102505427…Any way forward? @raff @dkayiwa

Does this help you?

1 Like

@cintiadr it helps…though I don’t think I have the privilege to change the yml file of this repo…so maybe you could help me or @raff or @dkayiwa

You certainly do, just like any other repo the way to change it is to create a fork and create a pull request.

@cintiadr if you add this line on top of travis you can use oraclejdk8

dist: trusty

2 Likes

Given the fact that trusty is EOL a while ago (https://docs.travis-ci.com/user/reference/trusty) and our bamboo has been using openjdk for a couple of years, I’d strongly recommend to not use that option.

1 Like