From 7bd156b2b0d914aabcba5b6e8ae6124c2542609f Mon Sep 17 00:00:00 2001 From: Adrien Siami Date: Thu, 28 Dec 2023 19:24:42 +0100 Subject: [PATCH] Update supported ruby versions --- .github/workflows/build.yml | 17 ++++++----------- README.md | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68cc335..317e2b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,21 +12,16 @@ jobs: strategy: matrix: ruby_version: - - 2.6.9 - - 2.7.5 - - 3.0.3 - - 3.1.3 - - 3.2.1 - - jruby-9.2.14.0 + - 2.7.8 + - 3.0.6 + - 3.1.4 + - 3.2.2 + - 3.3.0 + - jruby-9.4.5.0 gemfile: - gemfiles/Gemfile.activesupport-5.x - gemfiles/Gemfile.activesupport-6.x - gemfiles/Gemfile.activesupport-7.x - exclude: - - ruby_version: 2.6.9 - gemfile: gemfiles/Gemfile.activesupport-7.x - - ruby_version: jruby-9.2.14.0 - gemfile: gemfiles/Gemfile.activesupport-7.x env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} diff --git a/README.md b/README.md index 44bbf3b..5a101a1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A modern ruby gem allowing to do time calculation with working hours. Compatible and tested with: -- Ruby `2.6`, `2.7`, `3.0`, `3.1`, `3.2`, JRuby `9.2` +- Ruby `2.7`, `3.0`, `3.1`, `3.2`, '3.3', JRuby `9.4` - ActiveSupport `5.x`, `6.x`, `7.x` ## Installation