We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005cbfa commit 6048ce4Copy full SHA for 6048ce4
.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