Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Mar 11, 2024
1 parent ff77497 commit 0a51f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE']
php: ['8.1']
database: ['mariadb', 'pgsql']
include:
Expand Down Expand Up @@ -68,10 +68,6 @@ jobs:
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phplint

- name: phpcpd
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpcpd

- name: phpmd
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpmd
Expand Down
8 changes: 4 additions & 4 deletions version.php
Expand Up @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'availability_language';
$plugin->requires = 2022112800;
$plugin->requires = 2023042400;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [401, 403];
$plugin->release = 'v4.1.1';
$plugin->version = 2023121500;
$plugin->supported = [402, 403];
$plugin->release = 'v4.2.1';
$plugin->version = 2024031000;

0 comments on commit 0a51f67

Please sign in to comment.