Skip to content

Commit ac54892

Browse files
authored
Merge pull request #27 from stronk7/bump_to_pgsql_96
Bump to PostgreSQL 9.6
2 parents df26787 + ee1c242 commit ac54892

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.travis.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
addons:
4-
postgresql: "9.5"
4+
postgresql: "9.6"
55

66
services:
77
- mysql

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
addons:
4-
postgresql: "9.5"
4+
postgresql: "9.6"
55

66
services:
77
- mysql

docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12-
No unreleased changes.
12+
### Changed
13+
- Updated [.travis.dist.yml] to use Postgresql 9.6 (Moodle 3.10 new requirement).
1314

1415
## [3.0.0] - 2020-07-23
1516
### Changed

docs/TravisFileExplained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ language: php
1313

1414
# Installs the updated version of PostgreSQL and extra APT packages.
1515
addons:
16-
postgresql: "9.5"
16+
postgresql: "9.6"
1717

1818
# Ensure DB and docker services are running.
1919
services:

0 commit comments

Comments
 (0)