Skip to content
Snippets Groups Projects
Commit 2f76ccd4 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Use PostgreSQL 9.6.11 in CI tests


Specify the minor version of postgresql for CI

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent df717efa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,7 +8,7 @@
 
.use-pg: &use-pg
services:
- name: postgres:9.6
- name: postgres:9.6.11
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:alpine
 
Loading
Loading
.use-pg: &use-pg
services:
- name: postgres:9.6
- name: postgres:9.6.11
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:alpine
 
Loading
Loading
---
title: Use PostgreSQL 9.6.11 in CI tests
merge_request: 30270
author: Takuya Noguchi
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment