Skip to content

Commit

Permalink
Add jruby to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed May 10, 2024
1 parent c75f774 commit 2a9a9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby"]
fail-fast: false
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit 2a9a9e0

Please sign in to comment.