Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Dec 15, 2023
1 parent 5ff45c0 commit 884938c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
php: ['8.1']
database: ['mariadb', 'pgsql']
include:
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
database: pgsql
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
Expand Down
8 changes: 4 additions & 4 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 = 2021051700;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [311, 403];
$plugin->release = 'v4.0.2';
$plugin->version = 2023101400;
$plugin->supported = [401, 403];
$plugin->release = 'v4.1.1';
$plugin->version = 2023121500;

0 comments on commit 884938c

Please sign in to comment.