Skip to content

Commit ac4f437

Browse files
committed
Run specs on CRuby 2.7 too
1 parent 3d68e6a commit ac4f437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
ruby: [2.5, 2.6]
44+
ruby: [2.5, 2.6, 2.7]
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)