From 37e922df2113cac19cbdc1e008d3278a4983e293 Mon Sep 17 00:00:00 2001 From: Benoit Tigeot Date: Wed, 17 Jan 2024 11:26:10 +0100 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 db586d1..73d0ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - ruby: ["3.2", "3.1", "3.0", "2.7", "2.6"] + ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"] runs-on: ubuntu-latest steps: - name: Check out code