mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Remove Ruby 2.5 from GitHub Actions testing
CRuby < 2.6 does not support macos-arm64
This commit is contained in:
parent
9b239cef89
commit
7cad6753ca
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ 'ubuntu', 'macos' ]
|
||||
ruby: [ '2.5', '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' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
|
Loading…
Reference in New Issue
Block a user