Merge pull request #2705 from TracksApp/goodbye-2.5

Remove testing for Ruby 2.5
This commit is contained in:
Jyri-Petteri Paloposki 2022-01-03 18:53:12 +02:00 committed by GitHub
commit 76d688eea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

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

View file

@ -1,5 +1,11 @@
See doc/upgrading.md for the upgrade documentation!
## Version 2.6
## Removed features
* No longer supporting EOL Ruby 2.5
## Version 2.5.2
### New features