Skip to content

Commit

Permalink
Update CI matrix. (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored Sep 28, 2024
1 parent 1cca872 commit d5abe65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,26 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- macos-11
- windows-2022
- ubuntu-latest
- macos-latest
- windows-latest
ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "head"
- "jruby"
- "truffleruby"
include:
- {os: ubuntu-20.04, ruby: "3.2"}
- {os: windows-2019, ruby: "3.2"}
- {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: macos-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 d5abe65

Please sign in to comment.