From 82385fa3baac0b84e50c6f850f053d6d50f1595b Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Sun, 24 Mar 2024 20:57:51 +0100 Subject: [PATCH] Update Ruby CI matrix to 3.1, 3.2, 3.3 These are the stable Ruby releases at the time of this commit. --- .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 0d79707..9926400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - ruby: [2.7, 3.2] + ruby: [3.1, 3.2, 3.3] runs-on: ${{ matrix.os }}