File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
include :
11
11
- php : ' 8.0'
12
- moodle-branch : ' MOODLE_401_STABLE '
13
- database : ' pgsql '
12
+ moodle-branch : ' master '
13
+ database : ' mariadb '
14
14
- php : ' 8.0'
15
- moodle-branch : ' MOODLE_400_STABLE '
15
+ moodle-branch : ' master '
16
16
database : ' pgsql'
17
- - php : ' 7.4'
18
- moodle-branch : ' MOODLE_400_STABLE'
19
- database : ' mariadb'
20
17
21
18
services :
22
19
postgres :
Original file line number Diff line number Diff line change 25
25
26
26
defined ('MOODLE_INTERNAL ' ) || die ();
27
27
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).
30
30
31
31
$ plugin ->component = 'mod_questionnaire ' ;
32
32
33
- $ plugin ->release = '4.0 .0 (Build - 2022030300 ) ' ;
33
+ $ plugin ->release = '4.2 .0 (Build - 2022122000 ) ' ;
34
34
$ plugin ->maturity = MATURITY_BETA ;
You can’t perform that action at this time.
0 commit comments