Merge branch 'master' into fix-empty-body-for-flat-params-encoder

This commit is contained in:
Valentine Kiselev 2019-12-10 10:46:07 +03:00 committed by GitHub
commit 970a1922c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.3.x, 2.4.x, 2.5.x, 2.6.x]
ruby: [2.4.x, 2.5.x, 2.6.x]
steps:
- uses: actions/checkout@v1