1
0
Fork 0

Add Ruby 2.7 to test matrix

This commit is contained in:
Andrew Tomaka 2020-01-24 00:35:27 -05:00
parent bf47233f8b
commit dbcf222dee
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [2.4.x, 2.5.x, 2.6.x]
ruby_version: [2.4.x, 2.5.x, 2.6.x, 2.7.x]
steps:
- uses: actions/checkout@v1