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

CI: test.yml - Windows - add mswin, remove 3.4 exclude #1277

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

MSP-Greg
Copy link
Contributor

@MSP-Greg MSP-Greg commented Jan 15, 2025

ruby-core.yml (ruby-core / RDoc under a ruby-core setup) is failing, due to recent 'default to bundled' change.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Comment on lines 29 to 32
- os: windows-latest
ruby: 3.4
ruby: mswin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruby -> os order will be better to align other job names:

- ruby: mswin
  os: windows-latest

https://github.com/ruby/rdoc/actions/runs/12793372976/job/35666070365?pr=1277 : "test (3.0, ubuntu-latest)"
https://github.com/ruby/rdoc/actions/runs/12793372976/job/35666079817?pr=1277 : "test (windows-latest, mswin)"

Another approach: Add versions: mswin to ruby-versions and add os: ubuntu-latest, ruby: mswin/os: macos-latest, ruby: mswin excludes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated to use the versions input, I believe it wants a JSON array...

Copy link
Member

@st0012 st0012 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. The ruby-core failure is unrelated.

@st0012 st0012 merged commit 9bc3ba3 into ruby:master Jan 15, 2025
25 of 26 checks passed
@MSP-Greg MSP-Greg deleted the 00-ci-add-mswin branch January 16, 2025 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants