8181 fail-fast : false
8282 matrix :
8383 target :
84- - { ruby: "head", gemfile: "3.4 " }
84+ - { ruby: "head", gemfile: "3.5 " }
8585 - { ruby: "jruby", gemfile: "jruby" }
8686 - { ruby: "truffleruby", gemfile: "truffleruby" }
8787 runs-on : ubuntu-latest
@@ -247,7 +247,8 @@ jobs:
247247 - { ruby: "3.1", os: "ubuntu-latest", gemfile: "3.1" }
248248 - { ruby: "3.2", os: "ubuntu-latest", gemfile: "3.2" }
249249 - { ruby: "3.3", os: "ubuntu-latest", gemfile: "3.3" }
250- - { ruby: "head", os: "ubuntu-latest", gemfile: "3.4" }
250+ - { ruby: "3.4", os: "ubuntu-latest", gemfile: "3.4" }
251+ - { ruby: "head", os: "ubuntu-latest", gemfile: "3.5" }
251252 - { ruby: "jruby", os: "ubuntu-latest", gemfile: "jruby" }
252253 - { ruby: "truffleruby", os: "ubuntu-latest", gemfile: "truffleruby" }
253254
@@ -256,7 +257,8 @@ jobs:
256257 - { ruby: "3.1", os: "macos-latest", gemfile: "3.1" }
257258 - { ruby: "3.2", os: "macos-latest", gemfile: "3.2" }
258259 - { ruby: "3.3", os: "macos-latest", gemfile: "3.3" }
259- - { ruby: "head", os: "macos-latest", gemfile: "3.4" }
260+ - { ruby: "3.4", os: "macos-latest", gemfile: "3.4" }
261+ - { ruby: "head", os: "macos-latest", gemfile: "3.5" }
260262 - { ruby: "jruby", os: "macos-latest", gemfile: "jruby" }
261263 - { ruby: "truffleruby", os: "macos-latest", gemfile: "truffleruby" }
262264
@@ -265,7 +267,8 @@ jobs:
265267 - { ruby: "3.1", os: "windows-latest", gemfile: "3.1" }
266268 - { ruby: "3.2", os: "windows-latest", gemfile: "3.2" }
267269 - { ruby: "3.3", os: "windows-latest", gemfile: "3.3" }
268- - { ruby: "head", os: "windows-latest", gemfile: "3.4" }
270+ # - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
271+ # - { ruby: "head", os: "windows-latest", gemfile: "3.5" }
269272 - { ruby: "jruby", os: "windows-latest", gemfile: "jruby" }
270273 env :
271274 BUNDLE_GEMFILE : gemfiles/${{ matrix.target.gemfile }}/Gemfile
0 commit comments