From 2f92d39a2960f1f6611200668de1b4756598f481 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Fri, 12 Jan 2024 13:06:30 +0900 Subject: [PATCH 1/2] CI against Ruby 3.3 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a7786a..e11aa63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" # JRuby - jruby-9.3 From 38cc59c56e9eaa5a359594782ddd9fcd2f06d324 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Fri, 12 Jan 2024 13:07:48 +0900 Subject: [PATCH 2/2] Update supported Ruby and Rails --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee101c4..1e6d428 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ default, instead it assumes you use a proper log formatter instead. Lograge is actively tested against current and officially supported Ruby and Rails releases. That said, Lograge _should_ work with older releases. -- [Rails](https://endoflife.date/rails): Edge, 6.1, 6.0, 5.2 +- [Rails](https://endoflife.date/rails): Edge, 7.1, 7.0, 6.1, 6.0, 5.2 - Rubies: - - [MRI](https://endoflife.date/ruby): HEAD, 3.1.0-preview1, 3.0, 2.7, 2.6 + - [MRI](https://endoflife.date/ruby): HEAD, 3.3, 3.2 3.1, 3.0, 2.7, 2.6 - JRuby: HEAD, 9.2, 9.1 - TruffleRuby: HEAD, 21.3