Skip to content

Commit 77415b7

Browse files
committed
Disable windows-native tests on older Ruby versions
1 parent f8b2f59 commit 77415b7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,12 @@ jobs:
292292
fail-fast: false
293293
matrix:
294294
ruby-version:
295-
- "2.7"
296-
- "3.0"
297-
- "3.1"
295+
# currently fails with a dependency resolution
296+
# looking for conflicting packages...
297+
# :: installing mingw-w64-x86_64-gcc-libs (15.1.0-8) breaks dependency 'mingw-w64-x86_64-gcc-libs=14.2.0-3' required by mingw-w64-x86_64-gcc
298+
# - "2.7"
299+
# - "3.0"
300+
# - "3.1"
298301
- "3.2"
299302
- "3.3"
300303
- "3.4"

0 commit comments

Comments
 (0)