File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,14 @@ jobs:
31
31
matrix :
32
32
include :
33
33
- php : ' 8.3'
34
- moodle-branch : ' MOODLE_404_STABLE '
34
+ moodle-branch : ' main '
35
35
database : ' pgsql'
36
36
- php : ' 8.2'
37
- moodle-branch : ' MOODLE_403_STABLE'
38
- database : ' mariadb'
39
- - php : ' 8.1'
40
- moodle-branch : ' MOODLE_403_STABLE'
37
+ moodle-branch : ' MOODLE_404_STABLE'
41
38
database : ' pgsql'
42
- - php : ' 8.0 '
43
- moodle-branch : ' MOODLE_402_STABLE '
39
+ - php : ' 8.1 '
40
+ moodle-branch : ' MOODLE_404_STABLE '
44
41
database : ' mariadb'
45
- - php : ' 7.4'
46
- moodle-branch : ' MOODLE_401_STABLE'
47
- database : ' pgsql'
48
42
49
43
steps :
50
44
- name : Checkout
Original file line number Diff line number Diff line change 26
26
defined ('MOODLE_INTERNAL ' ) || die ();
27
27
28
28
$ plugin ->version = 2022121601 ; // The current module version (Date: YYYYMMDDXX).
29
- $ plugin ->requires = 2022112800 .00 ; // Moodle version (4.1 .0).
29
+ $ plugin ->requires = 2024042200 .00 ; // Moodle version (4.4 .0).
30
30
31
31
$ plugin ->component = 'mod_questionnaire ' ;
32
32
33
- $ plugin ->release = '4.1.1 (Build - 2024082900) ' ;
34
- $ plugin ->maturity = MATURITY_STABLE ;
33
+ $ plugin ->release = '4.4.0 (Build - 2024082900) ' ;
34
+ $ plugin ->maturity = MATURITY_BETA ;
You can’t perform that action at this time.
0 commit comments