Skip to content

Commit 71c66db

Browse files
authored
Merge pull request #1114 from rubocop-hq/ci-with-ruby-3.0
Run CI with Ruby 3.0 too
2 parents cb8e6f0 + 7bc7c98 commit 71c66db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
key: bundle-v2-{{ checksum "Gemfile.lock" }}
6262
paths:
6363
- vendor/bundle
64-
- run: rake internal_investigation spec
64+
- run: bundle exec rake internal_investigation spec
6565

6666
code-climate:
6767
docker:
@@ -95,12 +95,12 @@ workflows:
9595
requires: [confirm_config_and_documentation]
9696
matrix:
9797
parameters:
98-
ruby: ['2.4', '2.5', '2.6', '2.7']
98+
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0']
9999
- rubocop:
100100
requires: [confirm_config_and_documentation]
101101
matrix:
102102
parameters:
103-
ruby: ['2.4', '2.5', '2.6', '2.7']
103+
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0']
104104
- edge-rubocop:
105105
requires: [confirm_config_and_documentation]
106106
- jruby

0 commit comments

Comments
 (0)