From 74c0c209a348227912a10826e2f8baba37b77eb9 Mon Sep 17 00:00:00 2001 From: Fabian Winkler Date: Thu, 14 Nov 2024 21:10:16 +0100 Subject: [PATCH] Update CI test matrix --- .github/workflows/test.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6dbfe70..29a3d67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,26 +8,19 @@ jobs: fail-fast: false matrix: ruby-version: - - '2.6' - - '2.7' - - '3.2' - '3.1' - - '3.0' + - '3.2' + - '3.3' - ruby-head - jruby-head - truffleruby-head runs-on: - ubuntu-latest - runs-on: ${{ matrix.runs-on }} - steps: - - - uses: actions/checkout@v2 - + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - - run: bundle exec rake test