From e27bcdf996b79473838e90914e35130a9a569784 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Wed, 13 Dec 2023 12:02:47 +0000 Subject: [PATCH] Update version and supported Moodle version --- .github/workflows/ci.yml | 6 ------ version.php | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f794299..b0777be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,12 +20,6 @@ jobs: - php: '8.0' moodle-branch: 'MOODLE_401_STABLE' database: 'pgsql' - - php: '7.4' - moodle-branch: 'MOODLE_400_STABLE' - database: 'mariadb' - - php: '7.4' - moodle-branch: 'MOODLE_311_STABLE' - database: 'pgsql' services: postgres: diff --git a/version.php b/version.php index fd29261..6fc2014 100644 --- a/version.php +++ b/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022031800; -$plugin->requires = 2020061500; +$plugin->version = 2023121300; +$plugin->2022112800 = 2020061500; $plugin->component = 'report_customsql'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '4.2 for Moodle 3.9+'; +$plugin->release = '4.3 for Moodle 4.1+'; $plugin->outestssufficient = true;