Skip to content

Commit

Permalink
CI: allow JRuby 9.4 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Feb 10, 2023
1 parent 97dbaa6 commit a6ec52a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
rack:
- '~> 2'
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 'jruby-9.3', 'jruby-9.4', truffleruby]
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 'jruby-9.3', truffleruby]
include:
- { ruby: 2.6, rack: '~> 2', puma: '~> 5' }
- { ruby: 3.2, rack: '~> 2', puma: '~> 5' }
- { ruby: 3.2, rack: '~> 2', puma: latest }
# Due to https://github.com/jruby/jruby/issues/7647
- { ruby: jruby-9.4, rack: '~> 2', puma: stable, allow-failure: true }
- { ruby: jruby-head, rack: '~> 2', puma: stable, allow-failure: true }
- { ruby: truffleruby-head, rack: '~> 2', puma: stable, allow-failure: true }
env:
Expand Down

0 comments on commit a6ec52a

Please sign in to comment.