Skip to content
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

ci: Adjust database versions to current LTS / supported versions #46121

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jun 25, 2024

Summary

  • MySQL tests
    • Minimum 8.0 (LTS)
    • Maximum 8.4 (LTS)
    • Drop 8.3 as we now test 8.4 and 8.3 was never LTS
  • MariaDB tests
    • still supported version 10.3 (no LTS but for Ubuntu 20.04 support)
    • LTS 10.6
    • LTS 10.11
    • LTS 11.4
    • Drop 10.5 is was never LTS and we test 10.3 and 10.6

Documentation at nextcloud/documentation#11934

Checklist

* MySQL tests
  * Minimum 8.0 (LTS)
  * Maximum 8.4 (LTS)
  * Drop 8.3 as we now test 8.4 and 8.3 was never LTS
* MariaDB tests
  * still supported version 10.3 (no LTS but for Ubuntu 20.04 support)
  * LTS 10.6
  * LTS 10.11
  * LTS 11.4
  * Drop 10.5 is was never LTS and we test 10.3 and 10.6

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@nickvergessen
Copy link
Member

nickvergessen commented Jun 28, 2024

still supported version 10.3

Will have to be dropped as we have to migrate to doctrine/dbal 4.0 and that dropped it:

@susnux
Copy link
Contributor Author

susnux commented Jun 28, 2024

@nickvergessen should I adjust it right now here or should I create a follow up once we are doing the upgrade?

@nickvergessen
Copy link
Member

We can do a follow up

@nickvergessen
Copy link
Member

Need to backport the warning about the unsupported DB to 29 anyway

@susnux susnux merged commit b901a62 into master Jun 28, 2024
167 checks passed
@susnux susnux deleted the fix/database-versions branch June 28, 2024 16:26
@blizzz blizzz mentioned this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants