From 8f39fdb4c2658481bf038e5a231453374a89a7e8 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 16 Sep 2026 00:03:44 +0200 Subject: [PATCH] Update to latest CRuby releases --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ab4fd5dc..43c225325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,15 +13,15 @@ jobs: fail-fast: false matrix: os: [ ubuntu, macos, windows ] - ruby: [ 3.3.11, 3.4.9, 4.0.4 ] + ruby: [ 3.3.12, 3.4.10, 4.0.7 ] mspecopt: [""] rubyopt: [""] locale: [""] include: - - { os: ubuntu, ruby: 4.0.4, locale: "LC_ALL=C" } - - { os: ubuntu, ruby: 4.0.4, mspecopt: "--repeat 2" } - - { os: ubuntu, ruby: 4.0.4, rubyopt: "--enable-frozen-string-literal" } - - { os: ubuntu, ruby: 4.0.4, rubyopt: "--parser=parse.y" } + - { os: ubuntu, ruby: 4.0.7, locale: "LC_ALL=C" } + - { os: ubuntu, ruby: 4.0.7, mspecopt: "--repeat 2" } + - { os: ubuntu, ruby: 4.0.7, rubyopt: "--enable-frozen-string-literal" } + - { os: ubuntu, ruby: 4.0.7, rubyopt: "--parser=parse.y" } runs-on: ${{ matrix.os }}-latest env: