From 79dd92541ded36f9d0007f6e25cb54418353e61f Mon Sep 17 00:00:00 2001 From: Mikhail Topolskiy Date: Fri, 19 Jul 2024 22:57:48 +0300 Subject: [PATCH] Update CI ruby versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb22daa..1ed57f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['3.2', '3.1', '3.0', '2.7'] + ruby: ['3.3', '3.2', '3.1'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: