diff --git a/.travis.yml b/.travis.yml index ed0c41f75ba47a068a6d9323fee9748edc2ba401..7e8cd8833d906fb0901c4e378e8139fc6d5dd10d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,24 +20,20 @@ services: php: - 7.0 - 7.1 + - 7.3 env: matrix: - - DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE - DB=pgsql MOODLE_BRANCH=master - - DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE - DB=mysqli MOODLE_BRANCH=master matrix: - allow_failures: - - env: DB=pgsql MOODLE_BRANCH=master - - env: DB=mysqli MOODLE_BRANCH=master exclude: - php: 7.0 env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE @@ -47,6 +43,10 @@ matrix: env: DB=pgsql MOODLE_BRANCH=master - php: 7.0 env: DB=mysqli MOODLE_BRANCH=master + - php: 7.3 + env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE + - php: 7.3 + env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE fast_finish: true before_install: @@ -61,7 +61,7 @@ jobs: include: # Prechecks against latest Moodle stable only. - stage: static - php: 7.1 + php: 7.3 env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE install: - moodle-plugin-ci install --no-init @@ -77,7 +77,7 @@ jobs: - moodle-plugin-ci grunt # Smaller build matrix for development builds - stage: develop - php: 7.1 + php: 7.3 env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE install: - moodle-plugin-ci install @@ -88,7 +88,6 @@ jobs: # Unit tests and behat tests against full matrix. install: - moodle-plugin-ci install - - script: - moodle-plugin-ci phpunit --coverage-clover - moodle-plugin-ci behat diff --git a/version.php b/version.php index 68e10b16997001dff40179fb97a57f33bdc9c3ce..3e1554fcbe79457f78d317de1f346e5c62ff1bde 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->maturity = MATURITY_BETA; -$plugin->version = 2019103100; +$plugin->version = 2019120200; $plugin->component = 'tool_lifecycle'; $plugin->requires = 2017111300; // Require Moodle 3.4 (or above). -$plugin->release = 'v3.7-r1'; +$plugin->release = 'v3.8-r1';