Project

General

Profile

Actions

Misc #17586

open

Please run Windows CI in all std-lib repos

Added by MSP-Greg (Greg L) about 3 years ago. Updated about 3 years ago.

Status:
Open
Assignee:
-
[ruby-core:102267]

Description

Please consider adding Windows CI to all std-lib repos.

Having ruby/ruby CI fail due to std-lib commits merged from their respective repos causes downstream issues, wasted time, etc.

See https://github.com/ruby/irb/pull/179 for an example adding Windows to Actions CI.

Re Actions matrix:

  1. The os change from *-latest to *-<numeric> (eg, macos-latest to macos-11.0). The -latest designation changes, so some may prefer a -<numeric> tag. See https://github.com/actions/virtual-environments#available-environments for available environments and their naming.
  2. Using numeric versions for Ruby causes an issue with 3.0, as it’s interpreted as 3, which is only a sematic major requirement. Hence, quote all numeric versions.
Actions

Also available in: Atom PDF

Like0
Like0Like0