Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Version 2.6.3 not found error #56

Closed
belguzmani opened this issue Jan 24, 2020 · 4 comments
Closed

Version 2.6.3 not found error #56

belguzmani opened this issue Jan 24, 2020 · 4 comments

Comments

@belguzmani
Copy link

Is ruby version 2.6.3 not supported anymore by this action ? I'm specifying exact version as follows:

- name: Set up Ruby 2.6
  uses: actions/setup-ruby@v1
  with:
    ruby-version: 2.6.3

And, I'm getting the following error:

Run actions/setup-ruby@v1
  with:
    ruby-version: 2.6.3
##[error]Version 2.6.3 not found
##[error]Node run failed with exit code 1

If I do 2.6 or 2.6.x it gets version 2.6.5. Is there any other way to force the use of the version i want?

@MSP-Greg
Copy link
Contributor

With a recent update, the following versions are available:

2.4.9  2.5.7  2.6.5  2.7.0

In the future, Actions may support more Ruby versions, with an 'install-on-demand' model for any versions not in the toolcache.

If you must use 2.6.3, one alternative is use-ruby-action

@belguzmani
Copy link
Author

For now I must use 2.6.3, use-ruby-action did the work.

Thanks @MSP-Greg

@bryanmacfarlane
Copy link
Member

@adbeelitamar - see the main readme. it's only reliable ti specify minor version bindings. there's #49 to make better.

@bryanmacfarlane
Copy link
Member

For now, dupe of #44

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

No branches or pull requests

3 participants