Drop ruby 2.6 from testing
This commit is contained in:
parent
ca824644a5
commit
0dbb1d7da3
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.6', '2.7', '3.0' ]
|
||||
ruby: [ '2.7', '3.0' ]
|
||||
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
|
||||
steps:
|
||||
- name: Code Checkout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user