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 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
ruby: ["2.6", "2.7", "3.0"] ruby: ["2.7", "3.0"]
db: [sqlite, mysql, postgres] db: [sqlite, mysql, postgres]
exclude: exclude:
- ruby: "2.6" - ruby: "2.6"