Skip to content

Commit

Permalink
Consider non-stable Rubies
Browse files Browse the repository at this point in the history
And try to fix jruby tests
  • Loading branch information
stevenharman committed Dec 17, 2024
1 parent f8df9f4 commit b12c9e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{matrix.experimental}}
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
JRUBY_OPTS: '-X+O'

strategy:
fail-fast: false
Expand All @@ -23,7 +25,12 @@ jobs:
- 3.3
- jruby
- truffleruby

experimental: [false]
include:
- ruby: jruby-head
experimental: true
- ruby: head
experimental: true

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DumbDelegator

[![Gem Version](https://badge.fury.io/rb/dumb_delegator.svg)](https://badge.fury.io/rb/dumb_delegator)
[![Gem Version](https://badge.fury.io/rb/dumb_delegator.svg?icon=si%3Arubygems&icon_color=%23ff2600)](https://badge.fury.io/rb/dumb_delegator)
[![CI](https://github.com/stevenharman/dumb_delegator/actions/workflows/ci.yml/badge.svg)](https://github.com/stevenharman/dumb_delegator/actions/workflows/ci.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/b684cbe08af745cbe957/maintainability)](https://codeclimate.com/github/stevenharman/dumb_delegator/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b684cbe08af745cbe957/test_coverage)](https://codeclimate.com/github/stevenharman/dumb_delegator/test_coverage)
Expand Down

0 comments on commit b12c9e7

Please sign in to comment.