1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Add latest Ruby versions to CI, including 3.0 (#2071)

This commit is contained in:
Matt Brictson 2020-12-31 14:30:50 -08:00 committed by GitHub
parent d3699679b0
commit c676e64899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,11 @@
language: ruby language: ruby
rvm: rvm:
- 2.7.1 - 3.0
- 2.6.6 - 2.7
- 2.5.8 - 2.6
- 2.4.10 - 2.5
- 2.3.8 - 2.4
- 2.3
- 2.2 - 2.2
- 2.1 - 2.1
- 2.0 - 2.0
@ -17,8 +18,8 @@ matrix:
include: include:
- rvm: rbx-2 - rvm: rbx-2
script: bundle exec rake spec script: bundle exec rake spec
# Run Danger only once, on 2.5.8 # Run Danger only once, on 2.5
- rvm: 2.5.8 - rvm: 2.5
before_script: bundle exec danger before_script: bundle exec danger
script: bundle exec rake spec rubocop script: bundle exec rake spec rubocop