Update CI matrix:

* Make `truffleruby-head` experimental
* Add `ruby-head` as experimental
This commit is contained in:
Mattia Giuffrida 2022-08-08 09:51:55 +01:00 committed by Matt
parent 6799f5852d
commit 8a6a12100d

View File

@ -40,7 +40,13 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', truffleruby-head ] ruby: [ '2.6', '2.7', '3.0', '3.1' ]
experimental: [false]
include:
- ruby: head
experimental: true
- ruby: truffleruby-head
experimental: true
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3