@@ -104,7 +104,7 @@ jobs:
104104 fail-fast : false
105105 matrix :
106106 target :
107- - { ruby: "head", gemfile: "3.5 " }
107+ - { ruby: "head", gemfile: "4.0 " }
108108 - { ruby: "jruby-10.0.0.0", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
109109 - { ruby: "truffleruby", gemfile: "truffleruby" }
110110 runs-on : ubuntu-latest
@@ -275,7 +275,7 @@ jobs:
275275 - { ruby: "3.2", os: "ubuntu-latest", gemfile: "3.2" }
276276 - { ruby: "3.3", os: "ubuntu-latest", gemfile: "3.3" }
277277 - { ruby: "3.4", os: "ubuntu-latest", gemfile: "3.4" }
278- - { ruby: "head", os: "ubuntu-latest", gemfile: "3.5 " }
278+ - { ruby: "head", os: "ubuntu-latest", gemfile: "4.0 " }
279279 - { ruby: "jruby-10.0.0.0", os: "ubuntu-latest", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
280280 - { ruby: "truffleruby", os: "ubuntu-latest", gemfile: "truffleruby" }
281281
@@ -285,7 +285,7 @@ jobs:
285285 - { ruby: "3.2", os: "macos-latest", gemfile: "3.2" }
286286 - { ruby: "3.3", os: "macos-latest", gemfile: "3.3" }
287287 - { ruby: "3.4", os: "macos-latest", gemfile: "3.4" }
288- - { ruby: "head", os: "macos-latest", gemfile: "3.5 " }
288+ - { ruby: "head", os: "macos-latest", gemfile: "4.0 " }
289289 - { ruby: "jruby-10.0.0.0", os: "macos-latest", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
290290 - { ruby: "truffleruby", os: "macos-latest", gemfile: "truffleruby" }
291291
@@ -295,7 +295,7 @@ jobs:
295295 - { ruby: "3.2", os: "windows-latest", gemfile: "3.2" }
296296 - { ruby: "3.3", os: "windows-latest", gemfile: "3.3" }
297297 - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
298- - { ruby: "head", os: "windows-latest", gemfile: "3.5 " }
298+ - { ruby: "head", os: "windows-latest", gemfile: "4.0 " }
299299 - { ruby: "jruby-10.0.0.0", os: "windows-latest", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
300300 env :
301301 BUNDLE_GEMFILE : gemfiles/${{ matrix.target.gemfile }}/Gemfile
0 commit comments