-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop MySQL 5.7 support #25657
Comments
We can do it step by step. Firstly prevent new installation to chose mysql 5.7 but that askes Gitea read versions from database. |
I'm primarily looking to remove it from CI. We don't need to deliberatily go out of the way to break it for users unless there are valid reasons to do so. |
Maybe we can have an announcement for that first and maybe 1.22 is a better version to remove mysql5.7 CI and new installation? |
Sounds ok. We should remove it from CI after 1.22 branch is created. Don't think it needs any big announcement, just update requirements in the docs. |
Is there already a roadmap for when support for MySQL 5.7 will be fully dropped? Which branch would that be? |
…
So far, we haven't dropped MySQL 5.7 support. |
Will likely happen in 1.22. |
Yes, but the question was |
It shouldn't really matter. It will be a sort of soft-deprecation of support anyways, e.g. in theory 5.7 will still work in 1.22, we just don't actively test it anymore, and will start testing 8.0 and likely 8.1 instead. |
- MySQL 5.7 support and testing is dropped - MySQL tests now only test against 8.1, previously it was 5.7 and 8.0 Fixes: go-gitea#25657
- MySQL 5.7 support and testing is dropped - MySQL tests now execute against 8.1, up from 5.7 and 8.0 - PostgreSQL 10 and 11 support ist dropped - PostgreSQL tests now execute against 16, up from 15 - MSSQL 2008 support is dropped - MSSQL tests now run against locked 2022 version Fixes: #25657 Ref: https://endoflife.date/mysql Ref: https://endoflife.date/postgresql Ref: https://endoflife.date/mssqlserver ##⚠️ BREAKING⚠️ Support for MySQL 5.7, PostgreSQL 10 and 11, and MSSQL 2008 is dropped. You are encouraged to upgrade to supported versions. --------- Co-authored-by: techknowlogick <[email protected]>
MySQL 5.7 will reach EOL in 4 months. We should:
The text was updated successfully, but these errors were encountered: