Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Maker JRuby builds experimental (#310)

authored by

Joel Drapper and committed by
GitHub
113ea604 10c83395

+3
+3
.github/workflows/ruby.yml
··· 19 19 test: 20 20 needs: ruby-versions 21 21 runs-on: ubuntu-latest 22 + continue-on-error: ${{ contains(matrix.ruby-version, 'jruby') }} 22 23 strategy: 23 24 fail-fast: false 24 25 matrix: 25 26 ruby-version: ${{ fromJson(needs.ruby-versions.outputs.versions) }} 27 + exclude: 28 + - ruby-version: jruby-head 26 29 steps: 27 30 - uses: actions/checkout@v3 28 31 - name: Set up Ruby