@@ -105,8 +105,8 @@ jobs:
105105 matrix :
106106 target :
107107 - { ruby: "head", gemfile: "4.1" }
108- - { ruby: "jruby-10.0.0.0", gemfile: "jruby " } # https://github.com/jruby/jruby/issues/8923
109- - { ruby: "truffleruby", gemfile: "truffleruby " }
108+ - { ruby: "jruby-10.0.0.0", gemfile: ".. " } # https://github.com/jruby/jruby/issues/8923
109+ - { ruby: "truffleruby", gemfile: ".. " }
110110 runs-on : ubuntu-latest
111111 env :
112112 PRISM_FFI_BACKEND : " true"
@@ -277,8 +277,8 @@ 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: "jruby " } # https://github.com/jruby/jruby/issues/8923
281- - { ruby: "truffleruby", os: "ubuntu-latest", gemfile: "truffleruby " }
280+ - { ruby: "jruby-10.0.0.0", os: "ubuntu-latest", gemfile: ".. " } # https://github.com/jruby/jruby/issues/8923
281+ - { ruby: "truffleruby", os: "ubuntu-latest", gemfile: ".. " }
282282
283283 - { ruby: "2.7", os: "macos-latest", gemfile: "2.7" }
284284 - { ruby: "3.0", os: "macos-latest", gemfile: "3.0" }
@@ -288,8 +288,8 @@ 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: "jruby " } # https://github.com/jruby/jruby/issues/8923
292- - { ruby: "truffleruby", os: "macos-latest", gemfile: "truffleruby " }
291+ - { ruby: "jruby-10.0.0.0", os: "macos-latest", gemfile: ".. " } # https://github.com/jruby/jruby/issues/8923
292+ - { ruby: "truffleruby", os: "macos-latest", gemfile: ".. " }
293293
294294 - { ruby: "2.7", os: "windows-latest", gemfile: "2.7" }
295295 - { ruby: "3.0", os: "windows-latest", gemfile: "3.0" }
@@ -299,7 +299,7 @@ jobs:
299299 - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
300300 - { ruby: "4.0", os: "windows-latest", gemfile: "4.0" }
301301 # - { ruby: "head", os: "windows-latest", gemfile: "4.1" } TODO: No windows build yet
302- - { ruby: "jruby-10.0.0.0", os: "windows-latest", gemfile: "jruby " } # https://github.com/jruby/jruby/issues/8923
302+ - { ruby: "jruby-10.0.0.0", os: "windows-latest", gemfile: ".. " } # https://github.com/jruby/jruby/issues/8923
303303 env :
304304 BUNDLE_GEMFILE : gemfiles/${{ matrix.target.gemfile }}/Gemfile
305305 runs-on : ${{ matrix.target.os }}
0 commit comments