Skip to content

Commit

Permalink
ci: update jruby versions and add truffleruby
Browse files Browse the repository at this point in the history
Also, set fail-fast to false for the matrix.
  • Loading branch information
flavorjones committed Nov 23, 2022
1 parent 0da77df commit a242c85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- "2.5"
Expand All @@ -28,9 +29,11 @@ jobs:
- "3.0"
- "3.1"
- "head"
- "jruby-9.2.20.1"
- "jruby-9.3.2.0"
- "jruby-9.2.21.0"
- "jruby-9.3.9.0"
- "jruby-head"
- "truffleruby-22.3.0"
- "truffleruby-dev"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit a242c85

Please sign in to comment.