Skip to content

Commit

Permalink
Use Ruby v2.6 vs v2.2 to run lint CI job
Browse files Browse the repository at this point in the history
It seems as if recent versions of minitest now require a more recent
version of Ruby. Without this change we were seeing the following error
during the `bundle install` step:

    minitest-5.18.0 requires ruby version < 4.0, >= 2.6, which is incompatible with
  • Loading branch information
floehopper committed Apr 9, 2023
1 parent f7e1763 commit af40b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: MOCHA_GENERATE_DOCS=1 GOOGLE_ANALYTICS_WEB_PROPERTY_ID=dummy rake yardoc
lint:
docker:
- image: ruby:2.2
- image: ruby:2.6
steps:
- checkout
- run: ruby --version
Expand Down

0 comments on commit af40b7d

Please sign in to comment.