Skip to content

Commit

Permalink
405
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Oct 7, 2024
1 parent da171ca commit 236a36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
moodle-branch: ['MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE']
php: ['8.2']
database: ['mariadb', 'pgsql']
include:
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'availability_language';
$plugin->requires = 2023042400;
$plugin->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 404];
$plugin->release = 'v4.4.2';
$plugin->supported = [403, 405];
$plugin->release = 'v4.4.3';
$plugin->version = 2024042001;

0 comments on commit 236a36c

Please sign in to comment.