Skip to content

Commit 8aeb6ff

Browse files
committed
Test Ruby 4.0 previews
1 parent 09e84e3 commit 8aeb6ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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,
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', '4.0', ruby-head,
2323
jruby-9.4, jruby, jruby-head,
2424
truffleruby, truffleruby-head,
2525
truffleruby+graalvm, truffleruby+graalvm-head
@@ -79,6 +79,10 @@ jobs:
7979
- { os: windows-2022, ruby: '1.9' }
8080
- { os: windows-2025, ruby: '1.9' }
8181
- { os: windows-11-arm, ruby: '1.9' }
82+
# No preview builds on Windows
83+
- { os: windows-2022, ruby: '4.0' }
84+
- { os: windows-2025, ruby: '4.0' }
85+
- { os: windows-11-arm, ruby: '4.0' }
8286
# TruffleRuby does not support Windows
8387
- { os: windows-2022, ruby: truffleruby }
8488
- { os: windows-2025, ruby: truffleruby }

0 commit comments

Comments
 (0)