From a54c48c94b1c49c1f52f44a96ceb110bdd1f9033 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 26 Jul 2022 15:40:56 +0200 Subject: [PATCH] TruffleRuby 22.2 supports OpenSSL 3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8020792..a4bf0e4 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ The action works on these [GitHub-hosted runners](https://help.github.com/en/act | Operating System | Recommended | Other Supported Versions | | ----------- | -------- | -------- | -| Ubuntu | `ubuntu-latest` (= `ubuntu-20.04`) | `ubuntu-18.04`, `ubuntu-22.04` (beta, only `ruby: 3.1 - head`) | +| Ubuntu | `ubuntu-latest` (= `ubuntu-20.04`) | `ubuntu-18.04`, `ubuntu-22.04` (beta, only `ruby: 3.1 - head, truffleruby`) | | macOS | `macos-latest` (= `macos-11`) | `macos-10.15`, `macos-12` (beta) | | Windows | `windows-latest` (= `windows-2022`) | `windows-2019` | -On `ubuntu-22.04` (beta), only `ruby: 3.1 - head` are supported, due to Ubuntu 22.04 only supporting OpenSSL 3. +On `ubuntu-22.04` (beta), only `ruby: 3.1 - head, truffleruby` are supported, due to Ubuntu 22.04 only supporting OpenSSL 3. The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder) and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).