From aee30fcc0a6276956254714da2b2f840f0e40209 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 16 May 2024 13:29:24 +0100 Subject: [PATCH] ci: add ruby 3.3 to matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edbe3fe..f885e8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,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"] os: ["ubuntu-latest","windows-latest","macos-latest"] runs-on: ${{ matrix.os }} steps: