Skip to content

Commit

Permalink
Merge pull request #20 from mirleu/MOODLE_404_STABLE
Browse files Browse the repository at this point in the history
Moodle 4.4 upgrade
  • Loading branch information
stopfstedt committed Sep 11, 2024
2 parents ecd71ab + d81a29b commit e0e963c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024061000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2023100400; // Requires this Moodle version.
$plugin->version = 2024091100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2024041600; // Requires this Moodle version.
$plugin->component = 'filter_ucsfezproxy'; // Full name of the plugin (used for diagnostics).

0 comments on commit e0e963c

Please sign in to comment.