Skip to content

Commit

Permalink
Remove ubuntu-16.04 from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Oct 2, 2021
1 parent 0edb0d3 commit 397e15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-16.04, 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-2016, windows-2019 ]
ruby: [ '1.8.7', '1.9.3', '2.0', jruby-1.7, jruby-9.0 ]
architecture: [ default ]
exclude:
Expand Down

0 comments on commit 397e15a

Please sign in to comment.