Skip to content

Commit

Permalink
Setting main to 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Dec 20, 2022
1 parent bae9cd5 commit 541329a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ jobs:
matrix:
include:
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
moodle-branch: 'master'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'

services:
postgres:
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

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

$plugin->version = 2022030301; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2022030300; // Moodle version (4.0).
$plugin->version = 2022120000; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2022121600; // Moodle version (4.0).

$plugin->component = 'mod_questionnaire';

$plugin->release = '4.0.0 (Build - 2022030300)';
$plugin->release = '4.2.0 (Build - 2022122000)';
$plugin->maturity = MATURITY_BETA;

0 comments on commit 541329a

Please sign in to comment.