Skip to content

Commit a7fabd7

Browse files
committed
feat: add Ruby 4.0 to test matrix
Add Ruby 4.0 to the default test Ruby versions for all platforms. Windows ARM64 now tests with Ruby 3.4 and 4.0.
1 parent 97d1d0c commit a7fabd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/platforms.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": true,
3030
"test": true,
3131
"test_os": ["windows-11-arm"],
32-
"test_ruby_versions": ["3.4"],
32+
"test_ruby_versions": ["3.4", "4.0"],
3333
"notes": "Windows 11 ARM only supports Ruby 3.4+"
3434
}
3535
],

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
| select(.test == true)
4444
| .test_os as $test_os
4545
| .platform as $platform
46-
| (.test_ruby_versions // ["3.1", "3.2", "3.3", "3.4"]) as $ruby_versions
46+
| (.test_ruby_versions // ["3.1", "3.2", "3.3", "3.4", "4.0"]) as $ruby_versions
4747
| $test_os[]
4848
| . as $os
4949
| $ruby_versions[]

0 commit comments

Comments
 (0)