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

feat: add support for installing a different postgresql version #144

Merged

Conversation

jackton1
Copy link
Member

feat: add support for installing a different postgresql version

@jackton1 jackton1 added the merge when passing Merge the PR automatically once all status checks have passed label Sep 12, 2023
@jackton1 jackton1 merged commit 29e53ce into main Sep 12, 2023
@jackton1 jackton1 deleted the feat/add-support-for-installing-a-different-postgresql-version branch September 12, 2023 19:28
- name: Run database backup restore test.
uses: ./
with:
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"

Check notice

Code scanning / Checkov (reported by Codacy)

Basic Auth Credentials

Basic Auth Credentials
image: postgres:${{ matrix.postgresql_version }}
env:
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_user_password

Check notice

Code scanning / Checkov (reported by Codacy)

Base64 High Entropy String

Base64 High Entropy String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when passing Merge the PR automatically once all status checks have passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant