mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Test on truffleruby, allow failure for truffleruby-head (#2684)
This commit is contained in:
parent
e71b60cd32
commit
be20fac3f4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/non_mri.yml
vendored
7
.github/workflows/non_mri.yml
vendored
|
@ -21,11 +21,12 @@ jobs:
|
|||
- { os: ubuntu-20.04 , ruby: jruby }
|
||||
- { os: ubuntu-20.04 , ruby: jruby, no-ssl: ' no SSL' }
|
||||
- { os: ubuntu-20.04 , ruby: jruby-head, allow-failure: true }
|
||||
- { os: ubuntu-20.04 , ruby: truffleruby-head }
|
||||
- { os: ubuntu-20.04 , ruby: truffleruby }
|
||||
- { os: ubuntu-20.04 , ruby: truffleruby-head, allow-failure: true }
|
||||
- { os: macos-10.15 , ruby: jruby }
|
||||
- { os: macos-10.15 , ruby: truffleruby-head }
|
||||
- { os: macos-10.15 , ruby: truffleruby }
|
||||
- { os: macos-11 , ruby: jruby }
|
||||
- { os: macos-11 , ruby: truffleruby-head }
|
||||
- { os: macos-11 , ruby: truffleruby }
|
||||
|
||||
steps:
|
||||
- name: repo checkout
|
||||
|
|
Loading…
Reference in a new issue