Skip to content

Commit 8b3301c

Browse files
committed
Don't run native test for Ruby 2.4 on Windows
I tried couple of things in order to get msys2 to run with Ruby 2.4, going so far that I even manually installed msys2. However, this also failed, but I found a StackOverflow thread about it: https://stackoverflow.com/questions/73985340/error-target-not-found-when-trying-to-install-msys2-and-mingw-development-toolc But this seems to much to me: If we need to go such lengths in order to test a "minor" thing for one Ruby version, I rather don't do it.
1 parent 46843e8 commit 8b3301c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,12 @@ workflows:
396396
matrix: *ruby_versions
397397

398398
- install_windows:
399-
matrix: *ruby_versions
399+
matrix:
400+
parameters:
401+
ruby_version:
402+
- '2.5'
403+
- '2.6'
404+
- '2.7'
405+
- '3.0'
406+
- '3.1'
407+
- '3.2'

0 commit comments

Comments
 (0)