Master branch now requires 3.3 and higher so we can merge

version specific changes.
This commit is contained in:
Dan Marsden
2018-10-03 15:00:20 +13:00
parent 62bf9f38ef
commit 84b35f01fa
2 changed files with 6 additions and 12 deletions

View File

@@ -1,10 +1,5 @@
language: php
notifications:
email:
recipients:
- daniel.roperto@catalyst-au.net
cache:
directories:
- $HOME/.composer/cache
@@ -16,19 +11,18 @@ php:
- 7.0
env:
- DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=master
matrix:
include:
- php: 5.5
env: DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- php: 5.5
env: DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.1
env: DB=pgsql MOODLE_BRANCH=master

View File

@@ -28,7 +28,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2018062500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2018100300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.9'; // Human-readable release information.
$plugin->requires = 2014051200; // Requires Moodle 2.7 or later. Moodle 3.0 or later recommended.
$plugin->requires = 2017051500; // Requires 3.3 and higher.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!