Skip to content

Commit abaf8a3

Browse files
committed
Run CI with truffleruby only to repro
1 parent ab177d4 commit abaf8a3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,9 @@ jobs:
1919
matrix:
2020
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, macos-15, macos-15-intel, windows-2022, windows-2025, windows-11-arm ]
2121
ruby: [
22-
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', ruby-head,
23-
jruby-9.4, jruby, jruby-head,
2422
truffleruby, truffleruby-head,
2523
truffleruby+graalvm, truffleruby+graalvm-head
2624
]
27-
include:
28-
- { os: windows-2022, ruby: mingw }
29-
- { os: windows-2022, ruby: mswin }
30-
- { os: windows-2022, ruby: ucrt }
31-
- { os: windows-2025, ruby: mingw }
32-
- { os: windows-2025, ruby: mswin }
33-
- { os: windows-2025, ruby: ucrt }
34-
- { os: ubuntu-24.04, ruby: asan }
35-
- { os: ubuntu-24.04, ruby: 3.4-asan }
3625
exclude:
3726
# https://github.com/ruby/setup-ruby/issues/496
3827
- { os: ubuntu-22.04, ruby: '2.2' }

0 commit comments

Comments
 (0)