Skip to content

Commit 6048ce4

Browse files
committed
Reenable 3.4 windows CI
It was omitted from #3348 because it was not available yet at that time
1 parent 005cbfa commit 6048ce4

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)