mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Update CI matrix:
* Make `truffleruby-head` experimental * Add `ruby-head` as experimental
This commit is contained in:
parent
6799f5852d
commit
8a6a12100d
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user