-
Notifications
You must be signed in to change notification settings - Fork 16
IBX-10494: Included Postgres 18 on CI #655
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
base: 4.6
Are you sure you want to change the base?
Conversation
This reverts commit e1a15c1.
|
- '8.1' | ||
|
||
steps: | ||
- uses: actions/checkout@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- uses: actions/create-github-app-token@v2 id: generate_token with: app-id: ${{ secrets.AUTOMATION_CLIENT_ID }} private-key: ${{ secrets.AUTOMATION_CLIENT_SECRET }} owner: ${{ github.repository_owner }}
is not needed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initially there was de8f501 but it left the PR after rebase. Other fixes to setup were not needed.
Related PRs:
Description:
Added second "PostgreSQL integration tests" job to setup.
Before Postgres 14 was included, now Postgres 14 and 18 are included.
Additionally inconsistent BaseRepositoryFiltering test was fixed (f925665).
TODO:
For QA:
Documentation: