diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 25546f3..8a8787c 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -30,6 +30,8 @@ jobs: moodle-branch: 'MOODLE_401_STABLE' - php: '8.0' moodle-branch: 'MOODLE_402_STABLE' + - php: '8.1' + moodle-branch: 'MOODLE_403_STABLE' steps: - name: Check out repository code diff --git a/version.php b/version.php index 0df1b05..4043755 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_cohortrole'; -$plugin->release = '4.2'; -$plugin->version = 2023042400; +$plugin->release = '4.3'; +$plugin->version = 2023100900; $plugin->requires = 2020061500; // Moodle 3.9 onwards. $plugin->maturity = MATURITY_STABLE;