From 562327c2cce8cef29b066f6fed0b4244170fc1c4 Mon Sep 17 00:00:00 2001 From: Felix Livni Date: Sun, 3 Nov 2024 17:04:50 -0800 Subject: [PATCH] ... --- .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 6e56f38..2f81f17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - # Could consider adding head, jruby-head in the future - ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', jruby, truffleruby, truffleruby-head] + # Could consider adding head, jruby-head, jruby in the future + ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', truffleruby, truffleruby-head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4