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: Add PostgreSQL 14 and 15 to GitHub Actions matrix #7081

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

enomotodev
Copy link
Contributor

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

This pull request updates the GitHub Actions workflow configuration to extend the test matrix for PostgreSQL versions. Specifically, it adds PostgreSQL 14 and PostgreSQL 15 to the list of database versions used in the CI tests. This change ensures that the project is tested against the latest PostgreSQL versions, improving compatibility and stability for users who are using or planning to use these newer versions.

User Case Description

@jinzhu
Copy link
Member

jinzhu commented Jun 24, 2024

Hi @enomotodev,
Can you remove 'postgres:12', 'postgres:11', and 'postgres:10' from the list? We only ensure compatibility for the latest three versions for faster CI.
Thank you!

@enomotodev
Copy link
Contributor Author

@jinzhu
I have removed 'postgres:12', 'postgres:11', and 'postgres:10' from the list as requested. Please review the changes.

@jinzhu jinzhu merged commit 4a50b36 into go-gorm:master Jun 25, 2024
31 checks passed
@enomotodev enomotodev deleted the patch-1 branch June 25, 2024 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants