Add Ruby 2.5 to CircleCI
This commit is contained in:
parent
b3b8c395d7
commit
053aa14d03
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,13 @@ jobs:
|
|||
- checkout
|
||||
- run: bundle install
|
||||
- run: bundle exec rake test TESTOPTS="--ci-dir=$CIRCLE_TEST_REPORTS/reports"
|
||||
"ruby-2.5":
|
||||
docker:
|
||||
- image: circleci/ruby:2.5
|
||||
steps:
|
||||
- checkout
|
||||
- run: bundle install
|
||||
- run: bundle exec rake test TESTOPTS="--ci-dir=$CIRCLE_TEST_REPORTS/reports"
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
|
@ -28,3 +35,4 @@ workflows:
|
|||
- "ruby-2.2"
|
||||
- "ruby-2.3"
|
||||
- "ruby-2.4"
|
||||
- "ruby-2.5"
|
||||
|
|
Reference in a new issue