mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 15:11:12 +08:00
Add Ruby3.1 to CI (#29)
This commit is contained in:
parent
74235ff8df
commit
817fd786f6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -6,8 +6,8 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu', 'macos']
|
os: [ 'ubuntu', 'macos' ]
|
||||||
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
|
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user