Skip to content

Commit

Permalink
version bump to M4.4 and corresponding CI workflow changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Sep 27, 2024
1 parent 08148cc commit cfbff75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit cfbff75

Please sign in to comment.