Skip to content

Commit 541329a

Browse files
committed
Setting main to 4.2.
1 parent bae9cd5 commit 541329a

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ jobs:
99
matrix:
1010
include:
1111
- php: '8.0'
12-
moodle-branch: 'MOODLE_401_STABLE'
13-
database: 'pgsql'
12+
moodle-branch: 'master'
13+
database: 'mariadb'
1414
- php: '8.0'
15-
moodle-branch: 'MOODLE_400_STABLE'
15+
moodle-branch: 'master'
1616
database: 'pgsql'
17-
- php: '7.4'
18-
moodle-branch: 'MOODLE_400_STABLE'
19-
database: 'mariadb'
2017

2118
services:
2219
postgres:

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

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

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

3131
$plugin->component = 'mod_questionnaire';
3232

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

0 commit comments

Comments
 (0)