From a61552c3ea5d8f16b2e4a1d4934a11b41b427839 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 17 Apr 2025 09:30:26 +0200 Subject: [PATCH] Test against Ruby 3.4 and JRuby stable --- .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 be682de..b97fcea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.0', '3.1', '3.2', '3.3', 'jruby-head'] + ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4', 'jruby'] steps: - uses: actions/checkout@v4 @@ -35,7 +35,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.0' # lowest supported Ruby version bundler-cache: true - run: bundle exec rake rubocop