CI: add ruby-head to matrix (allowed to fail)

This commit is contained in:
Patrik Ragnarsson 2023-02-10 18:08:34 +01:00
parent 1cd973f295
commit 386a4794c5
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
# Due to https://github.com/jruby/jruby/issues/7647
- { ruby: jruby-9.4, rack: '~> 2', puma: stable, allow-failure: true }
# Never fail our build due to problems with head
- { ruby: ruby-head, 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: