Skip to content

Commit

Permalink
CI against Ruby 2.6.0
Browse files Browse the repository at this point in the history
Ruby 2.6.0 has been released and this Ruby version is available on CircleCI.

- https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/
- https://hub.docker.com/r/circleci/ruby/tags/
  • Loading branch information
koic committed Dec 30, 2018
1 parent b235704 commit 62d131f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: git push --force cucumber-pro $CIRCLE_BRANCH
"ruby-2.6":
docker:
- image: circleci/ruby:2.6-rc
- image: circleci/ruby:2.6
working_directory: ~/repo
steps:
- checkout
Expand All @@ -30,7 +30,8 @@ jobs:
key: bundle-{{ checksum "cucumber.gemspec" }}
- run:
name: Run Rake
command: bundle exec rake || echo "Ignoring failure as Ruby 2.6 support is 'optional' at this point in time."
command: bundle exec rake

"ruby-2.5":
docker:
- image: circleci/ruby:2.5.1
Expand Down Expand Up @@ -141,6 +142,7 @@ workflows:
build:
jobs:
# Keep lowest ruby-* version in sync with cucumber.gemspec & .rubocop.yml
- "ruby-2.6"
- "ruby-2.5"
- "ruby-2.4"
- "ruby-2.3"
Expand Down

0 comments on commit 62d131f

Please sign in to comment.