Skip to content

Commit

Permalink
Prepare compatibility for Moodle 4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jun 17, 2024
1 parent 7a6b8d4 commit 9929752
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_403_STABLE']
php: ['8.1', '8.2', '8.3']
moodle-branch: ['MOODLE_404_STABLE']
database: [pgsql, mariadb]

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-06-01 - Prepare compatibility for Moodle 4.4.
* 2024-06-01 - Release: Let codechecker ignore some sniffs in the language pack.

### v4.3-r2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Moodle enrolment plugin which allows the SEMCO seminar management system to enro
Requirements
------------

This plugin requires Moodle 4.3+
This plugin requires Moodle 4.4+


Motivation for this plugin
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
$plugin->component = 'enrol_semco';
$plugin->version = 2023100906;
$plugin->release = 'v4.3-r2';
$plugin->requires = 2023100900;
$plugin->supported = [403, 403];
$plugin->requires = 2024042200;
$plugin->supported = [404, 404];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 9929752

Please sign in to comment.