diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0f9e98..44d4e6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, head, truffleruby-head ] + ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, head, truffleruby-head, jruby-9.3 ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: