Skip to content

Commit 113f828

Browse files
committed
Run CI with Ruby 3.0 too
1 parent cb8e6f0 commit 113f828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)