From 79c4422b1d9ceea0ad1ca396bc5debd3c025de2a Mon Sep 17 00:00:00 2001 From: Herwin Date: Thu, 29 May 2025 06:52:33 +0200 Subject: [PATCH] Bump Ruby versions in CI to the latest minor releases And update the rubocop check to use Ruby 3.4 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cd6ba1b44..8f386788f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,14 +9,14 @@ jobs: fail-fast: false matrix: os: [ ubuntu, macos, windows ] - ruby: [ 3.2.7, 3.3.7, 3.4.2 ] + ruby: [ 3.2.8, 3.3.8, 3.4.4 ] rubyopt: [""] include: - os: ubuntu - ruby: 3.4.2 + ruby: 3.4.4 rubyopt: "--enable-frozen-string-literal" - os: ubuntu - ruby: 3.4.2 + ruby: 3.4.4 rubyopt: "--parser=parse.y" runs-on: ${{ matrix.os }}-latest @@ -74,5 +74,5 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '3.4' - run: bin/rubocop