-
-
Notifications
You must be signed in to change notification settings - Fork 376
Testing Postgres 17 #2696
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
Testing Postgres 17 #2696
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe pull request updates the GitHub Actions workflow by modifying the matrix configuration in the CI pipeline. Specifically, it expands the list of PostgreSQL versions to include version Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant GitHubActions as GH Actions
participant JobRunner as Job Runner
participant PostgresEnv as PostgreSQL Environment
Developer->>GH Actions: Push commit
GH Actions->>JobRunner: Trigger workflow with matrix (13, 14, 15, 16, 17)
loop For each PostgreSQL version
JobRunner->>PostgresEnv: Setup PostgreSQL (current version)
PostgresEnv-->>JobRunner: Return environment ready
JobRunner->>PostgresEnv: Run tests/build
PostgresEnv-->>JobRunner: Return test/build result
end
JobRunner-->>GH Actions: Aggregate results
GH Actions-->>Developer: Report CI/CD status
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Changes proposed in this pull request:
@pgRouting/admins
Summary by CodeRabbit