From 30fd243e7e6bf95df040cf396a36aae227458556 Mon Sep 17 00:00:00 2001 From: Vitaliy Serov Date: Thu, 28 Dec 2023 22:51:27 +0200 Subject: [PATCH] Add `ruby-3.3` to CI --- .github/workflows/ci.yml | 2 +- .rubocop_todo.yml | 2 +- CHANGELOG.md | 1 + Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8a5fc5..127d717 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: continue-on-error: ${{ matrix.allow-failures }} strategy: matrix: - ruby: ['3.0', '3.1', '3.2'] + ruby: ['3.0', '3.1', '3.2', '3.3'] allow-failures: [false] include: - ruby: head diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index cd283a1..db3d67c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-09-01 12:52:44 UTC using RuboCop version 1.56.2. +# on 2023-12-28 20:51:14 UTC using RuboCop version 1.59.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0c87b..94ad63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### New Features * Add `ruby-3.2` in CI +* Add `ruby-3.3` to CI ### Changes diff --git a/Gemfile.lock b/Gemfile.lock index 839e870..f39c02a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,4 +114,4 @@ DEPENDENCIES yard (>= 0.9.20) BUNDLED WITH - 2.4.19 + 2.5.3