@@ -104,7 +104,7 @@ jobs:
104104 fail-fast : false
105105 matrix :
106106 target :
107- - { ruby: "head", gemfile: "4.0 " }
107+ - { ruby: "head", gemfile: "4.1 " }
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,8 @@ 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: "4.0" }
278+ - { ruby: "4.0", os: "ubuntu-latest", gemfile: "4.0" }
279+ - { ruby: "head", os: "ubuntu-latest", gemfile: "4.1" }
279280 - { ruby: "jruby-10.0.0.0", os: "ubuntu-latest", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
280281 - { ruby: "truffleruby", os: "ubuntu-latest", gemfile: "truffleruby" }
281282
@@ -285,7 +286,8 @@ jobs:
285286 - { ruby: "3.2", os: "macos-latest", gemfile: "3.2" }
286287 - { ruby: "3.3", os: "macos-latest", gemfile: "3.3" }
287288 - { ruby: "3.4", os: "macos-latest", gemfile: "3.4" }
288- - { ruby: "head", os: "macos-latest", gemfile: "4.0" }
289+ - { ruby: "4.0", os: "macos-latest", gemfile: "4.0" }
290+ - { ruby: "head", os: "macos-latest", gemfile: "4.1" }
289291 - { ruby: "jruby-10.0.0.0", os: "macos-latest", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
290292 - { ruby: "truffleruby", os: "macos-latest", gemfile: "truffleruby" }
291293
@@ -295,7 +297,8 @@ jobs:
295297 - { ruby: "3.2", os: "windows-latest", gemfile: "3.2" }
296298 - { ruby: "3.3", os: "windows-latest", gemfile: "3.3" }
297299 - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
298- - { ruby: "head", os: "windows-latest", gemfile: "4.0" }
300+ - { ruby: "4.0", os: "windows-latest", gemfile: "4.0" }
301+ # - { ruby: "head", os: "windows-latest", gemfile: "4.1" } TODO: No windows build yet
299302 - { ruby: "jruby-10.0.0.0", os: "windows-latest", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
300303 env :
301304 BUNDLE_GEMFILE : gemfiles/${{ matrix.target.gemfile }}/Gemfile
0 commit comments