Skip to content

Commit 180e1d1

Browse files
committed
windows-2016 is deprecated and windows-2022 is now supported
* Stop testing on windows-2016 to reduce the test matrix size to something reasonable.
1 parent 238b81e commit 180e1d1

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/test.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,14 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2016, windows-2019, windows-2022 ]
18+
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2019, windows-2022 ]
1919
ruby: [ 1.9, '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, ruby-head, jruby, jruby-head, truffleruby, truffleruby-head, truffleruby+graalvm, truffleruby+graalvm-head ]
2020
include:
21-
- { os: windows-2016, ruby: mingw }
2221
- { os: windows-2019, ruby: mingw }
2322
- { os: windows-2019, ruby: mswin }
2423
- { os: windows-2022, ruby: mingw }
2524
- { os: windows-2022, ruby: ucrt }
2625
exclude:
27-
- { os: windows-2016, ruby: 1.9 }
28-
- { os: windows-2016, ruby: debug }
29-
- { os: windows-2016, ruby: truffleruby }
30-
- { os: windows-2016, ruby: truffleruby-head }
31-
- { os: windows-2016, ruby: truffleruby+graalvm }
32-
- { os: windows-2016, ruby: truffleruby+graalvm-head }
3326
- { os: windows-2019, ruby: 1.9 }
3427
- { os: windows-2019, ruby: debug }
3528
- { os: windows-2019, ruby: truffleruby }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The action works for all [GitHub-hosted runners](https://help.github.com/en/acti
4141
| ----------- | -------- | -------- |
4242
| Ubuntu | `ubuntu-latest` (= `ubuntu-20.04`) | `ubuntu-18.04`, `ubuntu-16.04` |
4343
| macOS | `macos-latest` (= `macos-10.15`) | `macos-11.0` |
44-
| Windows | `windows-latest` (= `windows-2019`) | `windows-2016` |
44+
| Windows | `windows-latest` (= `windows-2019`) | `windows-2022` |
4545

4646
The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder)
4747
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).

0 commit comments

Comments
 (0)