Skip to content

Commit f2ffa46

Browse files
committed
Establishing new feature release branch.
1 parent cf20dca commit f2ffa46

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,14 @@ jobs:
3131
matrix:
3232
include:
3333
- php: '8.3'
34-
moodle-branch: 'MOODLE_404_STABLE'
34+
moodle-branch: 'main'
3535
database: 'pgsql'
3636
- 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'
4138
database: 'pgsql'
42-
- php: '8.0'
43-
moodle-branch: 'MOODLE_402_STABLE'
39+
- php: '8.1'
40+
moodle-branch: 'MOODLE_404_STABLE'
4441
database: 'mariadb'
45-
- php: '7.4'
46-
moodle-branch: 'MOODLE_401_STABLE'
47-
database: 'pgsql'
4842

4943
steps:
5044
- name: Checkout

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$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).
3030

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

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;

0 commit comments

Comments
 (0)