We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we manage os/release-postgres match exclusion in pg_exclude.yml. We can merge this into postgres-matrix file as below
name: Postgres Version Matrix project_name: citus version_matrix: - 8.0: postgres_versions: [ 10, 11 ] - 9.0: postgres_versions: [ 11, 12 ] - 9.5: postgres_versions: [ 11, 12, 13 ] - 10.1: postgres_versions: [ 12, 13 ] - 10.2: postgres_versions: [ 12, 13, 14 ] - 11.0: postgres_versions: [ 13, 14 ] - 11.1: postgres_versions: [ 13, 14, 15 ] exclude: nightly: ol/7: [ 15 ] release: all: [ 15 ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we manage os/release-postgres match exclusion in pg_exclude.yml. We can merge this into postgres-matrix file as below
The text was updated successfully, but these errors were encountered: