mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Add Ruby 3.4 to CI
This commit is contained in:
parent
2a8c621be6
commit
b0b03053af
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.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
|
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user