8000 Update the compatibility matrix in the README. · rubyzip/rubyzip@e3c173b · GitHub
[go: up one dir, main page]

Skip to content

Commit e3c173b

Browse files
committed
Update the compatibility matrix in the README.
1 parent 5e9a9cb commit e3c173b

File tree

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,15 +371,19 @@ Rubyzip 2.3 is known to work on MRI 2.4 to 3.1 on Linux and Mac, and JRuby and T
371371

372372
Please see the table below for what we think the current situation is. Note: an empty cell means "unknown", not "does not work".
373373

374-
| OS/Ruby | 2.5 | 2.6 | 2.7 | 3.0 | 3.1 | 3.1 +YJIT | Head | Head +YJIT | JRuby 9.3.2.0 | JRuby Head | Truffleruby 21.3.0 | Truffleruby Head |
375-
|---------|-----|-----|-----|-----|-----|----------|------|-----------|----------------|------------|--------------------|------------------|
376-
|Ubuntu 22.04| CI | CI | CI | CI | CI | ci | ci | ci | CI | ci | CI | ci |
377-
|Mac OS 12.6.7| CI | x | x | x | x | ci | | ci | x | | x | |
374+
| OS/Ruby | 2.5 | 2.6 | 2.7 | 3.0 | 3.1 | 3.2 | 3.3 | Head | JRuby 9.4.6.0 | JRuby Head | Truffleruby 23.1.2 | Truffleruby Head |
375+
|---------|-----|-----|-----|-----|-----|-----|-----|------|---------------|------------|--------------------|------------------|
376+
|Ubuntu 22.04| CI | CI | CI | CI | CI | CI | CI | ci | CI | ci | CI | ci |
377+
|Mac OS 12.7.3| CI | x | x | ci | ci | ci | ci | ci | x | | x | |
378378
|Windows 10| | | x | | | | | | | | | |
379379
|Windows Server 2022| CI | | | | | | CI&nbsp;mswin</br>CI&nbsp;ucrt | | | | | |
380380

381381
Key: `CI` - tested in CI, should work; `ci` - tested in CI, might fail; `x` - known working; `o` - known failing.
382382

383+
Ruby 3.0+ are also tested separately with YJIT turned on.
384+
385+
See [the Actions tab](https://github.com/rubyzip/rubyzip/actions) in GitHub for full details.
386+
383387
Please [raise a PR](https://github.com/rubyzip/rubyzip/pulls) if you know Rubyzip works on a platform/Ruby combination not listed here, or [raise an issue](https://github.com/rubyzip/rubyzip/issues) if you see a failure where we think it should work.
384388

385389
## Developing

0 commit comments

Comments
 (0)
0