Disable testing for Ruby 2.5

This commit is contained in:
Chris Roberts 2021-10-29 08:48:30 -07:00
parent b23095eac5
commit 5d24b91f70

View File

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