Skip to content

Commit

Permalink
ci: test installed gem on java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 23, 2023
1 parent 25b2166 commit 4554662
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -719,15 +719,16 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["jruby-9.4"]
jruby: ["9.4"]
jre: ["8", "11"]
name: "jruby-package"
runs-on: ubuntu-latest
container:
image: "jruby:${{matrix.jruby}}-jre${{matrix.jre}}"
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{matrix.ruby}}"
- uses: actions/download-artifact@v3
with:
name: jruby-gem
Expand Down

0 comments on commit 4554662

Please sign in to comment.