Skip to content

Commit

Permalink
Add a rubyspec run with indy
Browse files Browse the repository at this point in the history
Also remove Java 8 from indy runs of test:jruby and spec:compiler.
  • Loading branch information
headius committed Mar 16, 2023
1 parent e2ba184 commit be53dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:

strategy:
matrix:
target: ['test:jruby', 'spec:compiler']
java-version: ['8', '17']
target: ['test:jruby:jit', 'spec:compiler', 'spec:ruby:fast:jit']
java-version: ['17']
fail-fast: false

name: rake ${{ matrix.target }} (Java ${{ matrix.java-version }} +indy)
Expand Down

0 comments on commit be53dbc

Please sign in to comment.