From 1f2007f1519f7e3bbe53521ca0bc5869ff4f4a87 Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Thu, 14 Nov 2024 15:52:18 +0100 Subject: [PATCH] update CI. --- .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 57bd92b..5e778bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,10 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.5, 2.6, 2.7, '3.0', '3.1', '3.2', 'jruby'] + ruby: [2.5, 2.6, 2.7, '3.0', '3.1', '3.2', "3.3", 'jruby'] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}