From e6c69593ad6e1a7137422f1412b09c2349bba5c7 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:46:45 +0100 Subject: [PATCH] Small CI maintenance * JRuby should be fixed now * Windows builds should be available --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ee6c96a78..d134bf68b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -105,7 +105,7 @@ jobs: matrix: target: - { ruby: "head", gemfile: "4.1" } - - { ruby: "jruby-10.0.0.0", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923 + - { ruby: "jruby", gemfile: ".." } - { ruby: "truffleruby", gemfile: ".." } runs-on: ubuntu-latest env: @@ -277,7 +277,7 @@ jobs: - { ruby: "3.4", os: "ubuntu-latest", gemfile: "3.4" } - { ruby: "4.0", os: "ubuntu-latest", gemfile: "4.0" } - { ruby: "head", os: "ubuntu-latest", gemfile: "4.1" } - - { ruby: "jruby-10.0.0.0", os: "ubuntu-latest", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923 + - { ruby: "jruby", os: "ubuntu-latest", gemfile: ".." } - { ruby: "truffleruby", os: "ubuntu-latest", gemfile: ".." } - { ruby: "2.7", os: "macos-latest", gemfile: "2.7" } @@ -288,7 +288,7 @@ jobs: - { ruby: "3.4", os: "macos-latest", gemfile: "3.4" } - { ruby: "4.0", os: "macos-latest", gemfile: "4.0" } - { ruby: "head", os: "macos-latest", gemfile: "4.1" } - - { ruby: "jruby-10.0.0.0", os: "macos-latest", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923 + - { ruby: "jruby", os: "macos-latest", gemfile: ".." } - { ruby: "truffleruby", os: "macos-latest", gemfile: ".." } - { ruby: "2.7", os: "windows-latest", gemfile: "2.7" } @@ -298,8 +298,8 @@ jobs: - { ruby: "3.3", os: "windows-latest", gemfile: "3.3" } - { ruby: "3.4", os: "windows-latest", gemfile: "3.4" } - { ruby: "4.0", os: "windows-latest", gemfile: "4.0" } - # - { ruby: "head", os: "windows-latest", gemfile: "4.1" } TODO: No windows build yet - - { ruby: "jruby-10.0.0.0", os: "windows-latest", gemfile: ".." } # https://github.com/jruby/jruby/issues/8923 + - { ruby: "head", os: "windows-latest", gemfile: "4.1" } + - { ruby: "jruby", os: "windows-latest", gemfile: ".." } env: BUNDLE_GEMFILE: gemfiles/${{ matrix.target.gemfile }}/Gemfile runs-on: ${{ matrix.target.os }}