From 236c2038032a0b03f2db523483c95d4f8dfbed3e Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 13 May 2024 17:52:58 +0100 Subject: [PATCH] ci(test): add ruby 3.3 to matrix this will also trigger a build against ruby 3.2.4 now released since CI was previously run --- .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 d1ea698..10e3c32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,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"] steps: - uses: actions/checkout@v4