Skip to content

Commit

Permalink
rm jruby from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrin committed Sep 22, 2022
1 parent f079afe commit 0a43942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: ['2.5', '2.7', '3.0', '3.1', head, jruby, jruby-head, truffleruby, truffleruby-head]
ruby: ['2.5', '2.7', '3.0', '3.1', head, truffleruby, truffleruby-head]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
Expand Down

0 comments on commit 0a43942

Please sign in to comment.