Drop ruby 2.6 from testing

This commit is contained in:
sophia 2021-09-22 15:18:10 -05:00 committed by Paul Hinze
parent ca824644a5
commit 0dbb1d7da3
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.6', '2.7', '3.0' ]
ruby: [ '2.7', '3.0' ]
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout