[ruby-core:102267] [Ruby master Misc#17586] Please run Windows CI in all std-lib repos
From:
Greg.mpls@...
Date:
2021-01-27 17:40:42 UTC
List:
ruby-core #102267
Issue #17586 has been reported by MSP-Greg (Greg L). ---------------------------------------- Misc #17586: Please run Windows CI in all std-lib repos https://bugs.ruby-lang.org/issues/17586 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal ---------------------------------------- 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. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>