We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639ae82 commit 59cdbe7Copy full SHA for 59cdbe7
.github/workflows/main.yml
@@ -267,8 +267,8 @@ jobs:
267
- { ruby: "3.1", os: "windows-latest", gemfile: "3.1" }
268
- { ruby: "3.2", os: "windows-latest", gemfile: "3.2" }
269
- { ruby: "3.3", os: "windows-latest", gemfile: "3.3" }
270
- - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
271
- - { ruby: "head", os: "windows-latest", gemfile: "3.5" }
+ # - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
+ # - { ruby: "head", os: "windows-latest", gemfile: "3.5" }
272
- { ruby: "jruby", os: "windows-latest", gemfile: "jruby" }
273
env:
274
BUNDLE_GEMFILE: gemfiles/${{ matrix.target.gemfile }}/Gemfile
0 commit comments