From 0fbcab939f318529ba64ecf8ed1e58b543c0a872 Mon Sep 17 00:00:00 2001 From: Pedro Carbajal Date: Sat, 30 Dec 2023 00:34:11 +0900 Subject: [PATCH] Add Ruby 3.3 to CI matrix; update README --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 513834b..04955f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.0', 3.1, 3.2, '3.3.0-rc1'] + ruby: ['3.0', 3.1, 3.2, 3.3] activerecord: [6.1, '7.0', 7.1] runs-on: ubuntu-latest diff --git a/README.md b/README.md index fe354f5..f7978f3 100644 --- a/README.md +++ b/README.md @@ -588,7 +588,7 @@ FM Data API reference: https://help.claris.com/en/data-api-guide/ The latest fmrest-ruby is [tested against](https://github.com/beezwax/fmrest-ruby/actions?query=workflow%3ACI) -Ruby 3.0 through 3.3.0-rc1, and Rails (ActiveSupport) 6.1 through 7.1. +Ruby 3.0 through 3.3, and Rails (ActiveSupport) 6.1 through 7.1. ## Gem development