File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11language : php
22
33addons :
4- postgresql : " 9.5 "
4+ postgresql : " 9.6 "
55
66services :
77 - mysql
Original file line number Diff line number Diff line change 11language : php
22
33addons :
4- postgresql : " 9.5 "
4+ postgresql : " 9.6 "
55
66services :
77 - mysql
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99The 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ language: php
1313
1414# Installs the updated version of PostgreSQL and extra APT packages.
1515addons :
16- postgresql : " 9.5 "
16+ postgresql : " 9.6 "
1717
1818# Ensure DB and docker services are running.
1919services :
You can’t perform that action at this time.
0 commit comments