Skip to content

Commit cd91afe

Browse files
authored
Merge pull request #3686 from Earlopain/windows-ci
Reenable windows head
2 parents 7ae3f03 + 240afe7 commit cd91afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
- { ruby: "3.2", os: "windows-latest", gemfile: "3.2" }
296296
- { ruby: "3.3", os: "windows-latest", gemfile: "3.3" }
297297
- { ruby: "3.4", os: "windows-latest", gemfile: "3.4" }
298-
# - { ruby: "head", os: "windows-latest", gemfile: "3.5" } <-- failing certs, temporarily disabled
298+
- { ruby: "head", os: "windows-latest", gemfile: "3.5" }
299299
- { ruby: "jruby-10.0.0.0", os: "windows-latest", gemfile: "jruby" } # https://github.com/jruby/jruby/issues/8923
300300
env:
301301
BUNDLE_GEMFILE: gemfiles/${{ matrix.target.gemfile }}/Gemfile

0 commit comments

Comments
 (0)