Skip to content

Commit

Permalink
Remove windows-2016 from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Sep 24, 2022
1 parent 397e15a commit 59b44dc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2016, windows-2019 ]
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2019 ]
ruby: [ '1.8.7', '1.9.3', '2.0', jruby-1.7, jruby-9.0 ]
architecture: [ default ]
exclude:
Expand All @@ -25,15 +25,9 @@ jobs:
- os: macos-11.0
ruby: '1.8.7'
architecture: default
- os: windows-2016
ruby: '1.8.7'
architecture: default
- os: windows-2019
ruby: '1.8.7'
architecture: default
- os: windows-2016
ruby: 'jruby-1.7'
architecture: default
- os: windows-2019
ruby: 'jruby-1.7'
architecture: default
Expand Down

0 comments on commit 59b44dc

Please sign in to comment.