From d29c4d7e7c084a8e674d2a3ab78f588199096d43 Mon Sep 17 00:00:00 2001 From: Dmitry Mozzherin Date: Thu, 3 Oct 2024 09:41:03 +0000 Subject: [PATCH] update action --- .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 a3f8360..4892602 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: [2.6, 2.7, "3.0", 3.1] + ruby: [3.0, 3.1, 3.2, 3.3] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2