@@ -105,7 +105,7 @@ jobs:
105105 matrix :
106106 target :
107107 - { ruby: "head", gemfile: "4.1" }
108- - { ruby: "jruby-10.0.0.0 ", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923
108+ - { ruby: "jruby", gemfile: ".." }
109109 - { ruby: "truffleruby", gemfile: ".." }
110110 runs-on : ubuntu-latest
111111 env :
@@ -277,7 +277,7 @@ jobs:
277277 - { ruby: "3.4", os: "ubuntu-latest", gemfile: "3.4" }
278278 - { ruby: "4.0", os: "ubuntu-latest", gemfile: "4.0" }
279279 - { ruby: "head", os: "ubuntu-latest", gemfile: "4.1" }
280- - { ruby: "jruby-10.0.0.0 ", os: "ubuntu-latest", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923
280+ - { ruby: "jruby", os: "ubuntu-latest", gemfile: ".." }
281281 - { ruby: "truffleruby", os: "ubuntu-latest", gemfile: ".." }
282282
283283 - { ruby: "2.7", os: "macos-latest", gemfile: "2.7" }
@@ -288,7 +288,7 @@ jobs:
288288 - { ruby: "3.4", os: "macos-latest", gemfile: "3.4" }
289289 - { ruby: "4.0", os: "macos-latest", gemfile: "4.0" }
290290 - { ruby: "head", os: "macos-latest", gemfile: "4.1" }
291- - { ruby: "jruby-10.0.0.0 ", os: "macos-latest", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923
291+ - { ruby: "jruby", os: "macos-latest", gemfile: ".." }
292292 - { ruby: "truffleruby", os: "macos-latest", gemfile: ".." }
293293
294294 - { ruby: "2.7", os: "windows-latest", gemfile: "2.7" }
@@ -298,8 +298,8 @@ jobs:
298298 - { ruby: "3.3", os: "windows-latest", gemfile: "3.3" }
299299 - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
300300 - { ruby: "4.0", os: "windows-latest", gemfile: "4.0" }
301- # - { ruby: "head", os: "windows-latest", gemfile: "4.1" } TODO: No windows build yet
302- - { ruby: "jruby-10.0.0.0 ", os: "windows-latest", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923
301+ - { ruby: "head", os: "windows-latest", gemfile: "4.1" }
302+ - { ruby: "jruby", os: "windows-latest", gemfile: ".." }
303303 env :
304304 BUNDLE_GEMFILE : gemfiles/${{ matrix.target.gemfile }}/Gemfile
305305 runs-on : ${{ matrix.target.os }}
0 commit comments