Remove testing for Ruby 2.5

This commit is contained in:
Jyri-Petteri Paloposki 2022-01-03 13:01:32 +02:00
parent 612ab1e53b
commit a798acd691
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