diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0922719..cb4b89a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: strategy: fail-fast: false matrix: - php: ["8.1", "8.2"] - moodle-branch: ["MOODLE_403_STABLE"] + php: ["8.2", "8.3"] + moodle-branch: ["MOODLE_404_STABLE"] database: [pgsql, mariadb] steps: diff --git a/version.php b/version.php index c0754da..01e548b 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_knowledgecheck'; -$plugin->version = 2024061000; -$plugin->release = 'v4.3'; -$plugin->requires = 2023100400; -$plugin->supported = [403, 403]; +$plugin->version = 2024092700; +$plugin->release = 'v4.4'; +$plugin->requires = 2024041600; +$plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;