Merge pull request #12306 from grahamhub/issue-12305

fix versioning syntax #12305
This commit is contained in:
Chris Roberts 2021-04-14 15:15:50 -07:00 committed by GitHub
commit 424d085343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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