CI: allow JRuby 9.4 to fail

Due to https://github.com/jruby/jruby/issues/7647
This commit is contained in:
Patrik Ragnarsson 2023-02-10 17:59:17 +01:00
parent fdc1757699
commit 53a43879de
1 changed files with 3 additions and 1 deletions

View File

@ -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: