Skip to content
Snippets Groups Projects

Bump tested pg versions in preparation of pg14

Merged Alex Ives requested to merge alexives/bump_tested_pg_versions into master
21 files
+ 522
331
Compare changes
  • Side-by-side
  • Inline
Files
21
  • 95f45660
    - Adds postgres 14 based spec runs to nightly
    - Makes postgres 13 the default testing version
    - Adds postgres 12 database library specs
    - Moves postgres 12 tests to nightly
    - Updates helpers and docs that mention pg12 pipelines to reference pg13/pg14
@@ -22,7 +22,7 @@ dont-interrupt-me:
- echo "This jobs makes sure this pipeline won't be interrupted! See https://docs.gitlab.com/ee/ci/yaml/#interruptible."
.base-rspec-foss-impact:
extends: .rspec-base-pg12-as-if-foss
extends: .rspec-base-pg13-as-if-foss
needs:
- pipeline: $PARENT_PIPELINE_ID
job: detect-tests
Loading