mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Disable testing for Ruby 2.5
This commit is contained in:
parent
b23095eac5
commit
5d24b91f70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue