Merge pull request #2996 from TracksApp/fix_tests

Fix tests by removing Ruby 2.7 testing, which is already EOL
This commit is contained in:
Jyri-Petteri Paloposki 2024-06-06 00:22:34 +03:00 committed by GitHub
commit a9a54f76bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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