Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some dependency or plugin require OTP 25 in CI where used OTP 24 #208

Open
vkatsuba opened this issue Oct 9, 2024 · 2 comments
Open

Some dependency or plugin require OTP 25 in CI where used OTP 24 #208

vkatsuba opened this issue Oct 9, 2024 · 2 comments

Comments

@vkatsuba
Copy link

vkatsuba commented Oct 9, 2024

CI output

===> Analyzing applications...
===> Compiling cowboy_swagger
===> Running Common Test suites...
%%% cowboy_swagger_SUITE: .....
%%% cowboy_swagger_handler_SUITE: ..
All 7 tests passed.
===> Verifying dependencies...
===> Analyzing applications...
===> Compiling cowboy_swagger
===> Performing cover analysis...
  |-----------------------------------|------------|
  |                           module  |  coverage  |
  |-----------------------------------|------------|
  |                   cowboy_swagger  |       83%  |
  |           cowboy_swagger_handler  |       73%  |
  |      cowboy_swagger_json_handler  |      100%  |
  |  cowboy_swagger_redirect_handler  |      100%  |
  |-----------------------------------|------------|
  |                            total  |       83%  |
  |-----------------------------------|------------|
  coverage calculated from:
    /home/runner/work/cowboy_swagger/cowboy_swagger/_build/test/cover/ct.coverdata
  cover summary written to: /home/runner/work/cowboy_swagger/cowboy_swagger/_build/test/cover/index.html
===> Verifying dependencies...
===> You are using Erlang/OTP '24', but this plugin requires at least Erlang/OTP 25.
Error: Process completed with exit code 1.
@elbrujohalcon
Copy link
Member

@vkatsuba if you adjust the github workflows to use 25, 26, and 27… I'll change the repo settings to require only those 3

@vkatsuba
Copy link
Author

vkatsuba commented Oct 9, 2024

CI will be updated in the scope of PR #207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants