Skip to content

Commit

Permalink
Update version and supported Moodle version
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Dec 13, 2023
1 parent 1150e63 commit 9c47682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 9c47682

Please sign in to comment.