We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3815f62 commit 19115bbCopy full SHA for 19115bb
1 file changed
README.md
@@ -18,20 +18,23 @@ The following platforms are built:
18
19
The following Ruby versions are built:
20
21
-- `3.0.6`
22
- `3.1.4`
23
-- `3.2.2`
+- `3.2.3`
+- `3.3.0`
24
25
-Images for Ruby 3.2.x are compiled with [YJIT](https://github.com/ruby/ruby/blob/master/doc/yjit/yjit.md) support.
+Images for Ruby >= 3.2.x are compiled with [YJIT](https://github.com/ruby/ruby/blob/master/doc/yjit/yjit.md) support.
26
27
Container images are available but no longer maintained for the following versions:
28
29
- `3.0.4`
30
- `3.0.5`
31
+- `3.0.6`
32
- `3.1.2`
33
- `3.1.3`
34
- `3.2.0`
35
- `3.2.1`
36
+- `3.2.2`
37
+
38
39
## Support for newer Ruby versions
40
0 commit comments