From 1b2181e4844a63cd99172afae9b6c13f28790235 Mon Sep 17 00:00:00 2001 From: Matheus Richard Date: Wed, 3 Jan 2024 17:33:53 -0300 Subject: [PATCH] Add Ruby 3.3 to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac9020f..a080cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ['2.7', '3.0', '3.1', '3.2'] + ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3'] steps: - uses: actions/checkout@v2