Skip to content

Commit

Permalink
Add JRuby to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jun 10, 2023
1 parent bc7f9db commit c26913a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ env:
JAVA_OPTS: "-Djava.security.egd=file:/dev/urandom"

jobs:
rake:
rspec:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.0", "3.1", "3.2", "jruby"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c26913a

Please sign in to comment.