Skip to content

Commit e54e2ee

Browse files
committed
Run CI with Ruby 3.0 too
1 parent bbbc43a commit e54e2ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ permissions: # added using https://github.com/step-security/secure-workflows
88
jobs:
99
ruby-versions:
1010
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
11+
with:
12+
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
13+
min_version: 3.0
1114

1215
test:
1316
needs: ruby-versions

0 commit comments

Comments
 (0)