Skip to content

Commit

Permalink
Add jruby to main test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
merrington authored and Kris Leech committed Jun 22, 2023
1 parent dc9e28c commit a2111d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "jruby"]
experimental: [false]
include:
- ruby: jruby
experimental: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a2111d5

Please sign in to comment.