Fix tests by removing Ruby 2.7 testing, which is already EOL

This commit is contained in:
Jyri-Petteri Paloposki 2024-06-06 00:11:24 +03:00
parent 7eb80fb1a1
commit 6ead4c0307

View file

@ -6,13 +6,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7", "3.0"]
ruby: ["3.0"]
db: [sqlite, mysql, postgres]
exclude:
- ruby: "2.6"
db: sqlite
- ruby: "2.6"
db: postgres
steps:
- uses: actions/checkout@v1