diff options
author | Valentin Popov <info@valentineus.link> | 2018-02-18 17:05:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-02-18 17:05:33 +0300 |
commit | f392fd42d952a0abb06f01acfaf259381facb819 (patch) | |
tree | c589f89c0397d40bb6a5a3966cfa28d88e687bf0 | |
parent | 67f8d73a15245ffafb93174dc6cfc3eccd3bf272 (diff) | |
download | local_webhooks-f392fd42d952a0abb06f01acfaf259381facb819.tar.xz local_webhooks-f392fd42d952a0abb06f01acfaf259381facb819.zip |
Update the PHP version for testing.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 99bc8cd..f63cf5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: "linux" php: - 5.6 - - 7.1 + - 7.2 env: - DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE @@ -43,7 +43,7 @@ jobs: env: - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE - php: 7.1 + php: 7.2 before_deploy: - cd $TRAVIS_REPO_SLUG |