File tree Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2929
3030 services :
3131 postgres :
32- image : postgres:9.6
32+ image : postgres:10
3333 env :
3434 POSTGRES_USER : ' postgres'
3535 POSTGRES_HOST_AUTH_METHOD : ' trust'
@@ -102,6 +102,7 @@ jobs:
102102 moodle-plugin-ci mustache
103103 moodle-plugin-ci grunt || [ \
104104 "$MOODLE_BRANCH" != 'master' -a \
105+ "$MOODLE_BRANCH" != 'MOODLE_311_STABLE' -a \
105106 "$MOODLE_BRANCH" != 'MOODLE_310_STABLE' -a \
106107 "$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
107108 moodle-plugin-ci phpdoc
Original file line number Diff line number Diff line change 11language : php
22
33addons :
4- postgresql : " 9.6 "
4+ postgresql : " 10 "
55
66services :
77 - mysql
Original file line number Diff line number Diff line change 11language : php
22
33addons :
4- postgresql : " 9.6 "
4+ postgresql : " 10 "
55
66services :
77 - mysql
@@ -48,6 +48,7 @@ script:
4848 - moodle-plugin-ci mustache
4949 - moodle-plugin-ci grunt || [ \
5050 " $MOODLE_BRANCH" != 'master' -a \
51+ " $MOODLE_BRANCH" != 'MOODLE_311_STABLE' -a \
5152 " $MOODLE_BRANCH" != 'MOODLE_310_STABLE' -a \
5253 " $MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
5354 - moodle-plugin-ci phpdoc
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ 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 [ gha.dist.yml] ( https://github.com/moodlehq/moodle-plugin-ci/blob/master/gha.dist.yml ) and
14+ [ .travis.dist.yml] ( https://github.com/moodlehq/moodle-plugin-ci/blob/master/.travis.dist.yml )
15+ to use PostgreSQL 10 (Moodle 4.0 new requirement).
16+ - ACTION REQUIRED: Existing integrations running tests with PostgreSQL now need to use version 10 or newer.
1317
1418## [ 3.1.0] - 2021-05-14
1519### Added
Original file line number Diff line number Diff line change 3131 # DB services you need for testing.
3232 services :
3333 postgres :
34- image : postgres:9.6
34+ image : postgres:10
3535 env :
3636 POSTGRES_USER : ' postgres'
3737 POSTGRES_HOST_AUTH_METHOD : ' trust'
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.6 "
16+ postgresql : " 10 "
1717
1818# Ensure DB and docker services are running.
1919services :
Original file line number Diff line number Diff line change 88
99 services :
1010 postgres :
11- image : postgres:9.6
11+ image : postgres:10
1212 env :
1313 POSTGRES_USER : ' postgres'
1414 POSTGRES_HOST_AUTH_METHOD : ' trust'
You can’t perform that action at this time.
0 commit comments