Skip to content

Commit d977743

Browse files
committed
Add Test on ruby 2.4
1 parent 49626d5 commit d977743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: ['ubuntu', 'macos']
10-
ruby: [ '2.6', '2.7', '3.0' ]
10+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)