No longer test for Ruby 2.6

This commit is contained in:
Jyri-Petteri Paloposki 2022-08-14 14:06:36 +03:00
parent 0a315c10e3
commit a34922f59b

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.6", "2.7", "3.0"]
ruby: ["2.7", "3.0"]
db: [sqlite, mysql, postgres]
exclude:
- ruby: "2.6"