mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01: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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby: ["2.5", "2.6", "2.7"]
|
ruby: ["2.6", "2.7"]
|
||||||
db: [sqlite, mysql, postgres]
|
db: [sqlite, mysql, postgres]
|
||||||
exclude:
|
exclude:
|
||||||
- ruby: "2.5"
|
|
||||||
db: sqlite
|
|
||||||
- ruby: "2.5"
|
|
||||||
db: postgres
|
|
||||||
- ruby: "2.6"
|
- ruby: "2.6"
|
||||||
db: sqlite
|
db: sqlite
|
||||||
- ruby: "2.6"
|
- ruby: "2.6"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
See doc/upgrading.md for the upgrade documentation!
|
See doc/upgrading.md for the upgrade documentation!
|
||||||
|
|
||||||
|
## Version 2.6
|
||||||
|
|
||||||
|
## Removed features
|
||||||
|
|
||||||
|
* No longer supporting EOL Ruby 2.5
|
||||||
|
|
||||||
## Version 2.5.2
|
## Version 2.5.2
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue