Skip to content
Snippets Groups Projects
Commit 3be27b35 authored by moodle-mw's avatar moodle-mw Committed by Alexander Bias
Browse files

Prepare compatibility for Moodle 3.11.

parent a7a74e5f
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4']
moodle-branch: ['MOODLE_310_STABLE']
php: ['7.3', '7.4']
moodle-branch: ['MOODLE_311_STABLE']
database: [pgsql, mariadb]
steps:
......
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2021-07-20 - Prepare compatibility for Moodle 3.11.
* 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions
### v3.10-r1
......
......@@ -9,7 +9,7 @@ Moodle authentication plugin which provides all functionality of auth_ldap, but
Requirements
------------
This plugin requires Moodle 3.10+
This plugin requires Moodle 3.11+
Motivation for this plugin
......
......@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2020121100;
$plugin->release = 'v3.10-r1';
$plugin->requires = 2020110900;
$plugin->supported = [310, 310];
$plugin->requires = 2021051700;
$plugin->supported = [311, 311];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2020110900);
$plugin->dependencies = array('auth_ldap' => 2021051700);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment