We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbc43a commit e54e2eeCopy full SHA for e54e2ee
.github/workflows/test.yml
@@ -8,6 +8,9 @@ permissions: # added using https://github.com/step-security/secure-workflows
8
jobs:
9
ruby-versions:
10
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
14
15
test:
16
needs: ruby-versions
0 commit comments