Skip to content

Commit

Permalink
Fix matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 28, 2024
1 parent c342edb commit 82f48a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "head"
- "jruby"
- "truffleruby"
include:
- {os: windows-2022, ruby: ucrt}
exclude:
- {os: windows-2022, ruby: head}
- {os: windows-2022, ruby: jruby}
- {os: windows-2022, ruby: truffleruby}
- {os: windows-latest, ruby: head}
- {os: windows-latest, ruby: jruby}
- {os: windows-latest, ruby: truffleruby}

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion nio4r.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob(['{ext,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
spec.require_paths = ['lib']

spec.required_ruby_version = ">= 2.4"
spec.required_ruby_version = ">= 2.6"

if defined? JRUBY_VERSION
spec.files << "lib/nio4r_ext.jar"
Expand Down

0 comments on commit 82f48a5

Please sign in to comment.