ci: Remove Ruby 2.5

EOL
This commit is contained in:
kojix2 2021-04-22 10:04:08 +09:00 committed by GitHub
parent 56d00cae31
commit cf29934f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu', 'macos']
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
ruby: [ '2.6', '2.7', '3.0' ]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
@ -15,4 +15,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler
- run: bundle install
- run: bundle exec rake test
- run: bundle exec rake test