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..d2a47c9 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->requires = 2022112800; $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;