From 63aa347cf53ffa3fb157d16a3f61d63769600ddf Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 15 Apr 2025 14:00:28 +0200 Subject: [PATCH] CI: Add Ruby 3.4, 3.3 and drop 3.0 from test matrix Also, keep actions/checkout up to date. --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da675ed..9b74c32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,12 +14,13 @@ jobs: strategy: matrix: ruby-version: + - 3.4 + - 3.3 - 3.2 - 3.1 - - "3.0" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: