Skip to content

Commit fd464f5

Browse files
committed
Run CI with Ruby 2.7 and 3.0 too
1 parent bbbc43a commit fd464f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ 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+
min_version: 2.7
1113

1214
test:
1315
needs: ruby-versions

0 commit comments

Comments
 (0)