Skip to content

Commit

Permalink
Drop Moodle 3.3 support from this version
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed May 4, 2018
1 parent eb8a7a4 commit be94591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cache:
- $HOME/.npm

php:
- 5.6
- 7.0
- 7.1

Expand All @@ -26,18 +25,11 @@ env:
global:
- IGNORE_NAMES=sync_test.php
matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=master

matrix:
exclude:
- php: 5.6
env: DB=pgsql MOODLE_BRANCH=master
- php: 5.6
env: DB=mysqli MOODLE_BRANCH=master

before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

$plugin->component = 'local_ldap';
$plugin->version = 2017080900;
$plugin->requires = 2017051501;
$plugin->requires = 2017111300;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.3.0';

0 comments on commit be94591

Please sign in to comment.