Don't test on Ruby 3.0
This commit is contained in:
parent
dabbb5aa93
commit
936158d0a3
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby-version: ['2.6', '2.7', '3.0']
|
||||
ruby-version: ['2.6', '2.7']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user