mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 07:31:12 +08:00
ci: Remove Ruby 2.5
EOL
This commit is contained in:
parent
56d00cae31
commit
cf29934f08
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu', 'macos']
|
os: ['ubuntu', 'macos']
|
||||||
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
|
ruby: [ '2.6', '2.7', '3.0' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
@ -15,4 +15,4 @@ jobs:
|
|||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
- run: gem install bundler
|
- run: gem install bundler
|
||||||
- run: bundle install
|
- run: bundle install
|
||||||
- run: bundle exec rake test
|
- run: bundle exec rake test
|
||||||
|
Loading…
Reference in New Issue
Block a user