mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Remove testing for Ruby 2.5
This commit is contained in:
parent
612ab1e53b
commit
a798acd691
2 changed files with 7 additions and 5 deletions
6
.github/workflows/continuous-integration.yml
vendored
6
.github/workflows/continuous-integration.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue