Skip to content

Commit 59cdbe7

Browse files
authored
Update .github/workflows/main.yml
1 parent 639ae82 commit 59cdbe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ jobs:
267267
- { ruby: "3.1", os: "windows-latest", gemfile: "3.1" }
268268
- { ruby: "3.2", os: "windows-latest", gemfile: "3.2" }
269269
- { 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" }
270+
# - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
271+
# - { ruby: "head", os: "windows-latest", gemfile: "3.5" }
272272
- { ruby: "jruby", os: "windows-latest", gemfile: "jruby" }
273273
env:
274274
BUNDLE_GEMFILE: gemfiles/${{ matrix.target.gemfile }}/Gemfile

0 commit comments

Comments
 (0)