Skip to content

Commit

Permalink
ci: Use ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Sep 29, 2019
1 parent 3734cf8 commit a3e6674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:

release-changelog:
docker:
- image: circleci/ruby:2.6-node
- image: circleci/ruby:2.5-node
steps:
- checkout
- run: gem install github_changelog_generator
Expand Down Expand Up @@ -472,4 +472,4 @@ workflows:
tags:
only: /.*/
branches:
ignore: /.*/
ignore: /.*/

0 comments on commit a3e6674

Please sign in to comment.