Re-enable Ruby 2.6 in testing

This commit is contained in:
Chris Roberts 2021-10-01 11:33:17 -07:00 committed by Paul Hinze
parent 84d2dc1c60
commit 1c0362837a
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ '2.7', '3.0' ]
ruby: [ '2.6', '2.7', '3.0' ]
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout