From 927693a1ddf6967e3d1fd9b12bae2375d7850571 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Wed, 31 Jul 2024 20:58:58 +0300 Subject: [PATCH] fix ruby versions --- .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 21c81aa..6e9e661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["3.0", "3.1", "3.1", "3.2"] + ruby: ["3.0", "3.1", "3.2", "3.3"] name: ${{ matrix.ruby }}