-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
new toolsets toolcache versions (Python, Ruby) #11333
Conversation
https://github.com/actions/python-versions/blob/main/versions-manifest.json https://github.com/actions/node-versions/blob/main/versions-manifest.json https://github.com/actions/go-versions/blob/main/versions-manifest.json https://github.com/ruby/setup-ruby/blob/master/windows-versions.json https://github.com/ruby/ruby-builder/releases/tag/toolcache for lang in python node go; do curl -s https://raw.githubusercontent.com/actions/${lang}-versions/refs/heads/main/versions-manifest.json | jq 'del(.[] | select(.stable == false)) | .[].version' > ${lang}.txt done
@vidyasagarnimmagaddi |
HI @PatMyron , The labels , are for our internal testing to check PR from contributor's . |
@vidyasagarnimmagaddi understood. Asking why only |
Closing this issue as we need ti include these versions a bit differently. |
@subir0071 cryptic.. don't know what that means or why that warrants closing over addressing that here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR APPROVED
Python 3.13 and Ruby 3.3 and 3.4 available:
https://github.com/actions/python-versions/blob/main/versions-manifest.json
https://github.com/actions/node-versions/blob/main/versions-manifest.json
https://github.com/actions/go-versions/blob/main/versions-manifest.json
https://github.com/ruby/setup-ruby/blob/master/windows-versions.json
https://github.com/ruby/ruby-builder/releases/tag/toolcache
(🤞 someone internal can update macOS toolcache versions @erik-bershel @sarathrajsrinivasan @susmitamane)
#5375, #11330
Check list