Skip to content

Commit

Permalink
Establishing new feature release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Aug 29, 2024
1 parent cf20dca commit f2ffa46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,14 @@ jobs:
matrix:
include:
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'

steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2022121601; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2022112800.00; // Moodle version (4.1.0).
$plugin->requires = 2024042200.00; // Moodle version (4.4.0).

$plugin->component = 'mod_questionnaire';

$plugin->release = '4.1.1 (Build - 2024082900)';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.4.0 (Build - 2024082900)';
$plugin->maturity = MATURITY_BETA;

0 comments on commit f2ffa46

Please sign in to comment.