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