From b70f8a6e22fa67a03a2ab2c96cbcaa089c7e7229 Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Sat, 28 Sep 2024 00:29:54 +0200 Subject: [PATCH] chore: Add Ruby 3.3 to test matrix --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 750d36c..2821615 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: fail-fast: false matrix: ruby: + - "3.3" - "3.2" - "3.1" - "3.0" @@ -39,7 +40,7 @@ jobs: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: "3.3" bundler-cache: true env: BUNDLE_JOBS: 4