Skip to content

Commit ca0d93f

Browse files
committed
Update version number/date and include Moodle 5.0 tests in github ci.
1 parent 9d617d0 commit ca0d93f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
include:
12+
- php: '8.3'
13+
moodle-branch: 'MOODLE_500_STABLE'
14+
database: 'mariadb'
1215
- php: '8.3'
1316
moodle-branch: 'MOODLE_405_STABLE'
1417
database: 'mariadb'

changehistory.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGE HISTORY
22

3+
### 04 April 2025, 5.7.0
4+
5+
* Change version number to 5.7.0 after merging from development as there is significant extra functionality.
6+
37
### 13 April 2025, 5.6.4
48

59
* Address issue #249: "Implement changes made necessary by the fix for MDL-83541". After that fix, all CodeRunner questions

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
defined('MOODLE_INTERNAL') || die();
2424

25-
$plugin->version = 2025041300;
25+
$plugin->version = 2025050400;
2626
$plugin->requires = 2023100900; // Moodle 4.3.0 or later.
2727
$plugin->cron = 0;
2828
$plugin->component = 'qtype_coderunner';
2929
$plugin->maturity = MATURITY_STABLE;
30-
$plugin->release = '5.6.4';
30+
$plugin->release = '5.7.0';
3131

3232
$plugin->dependencies = [
3333
'qbehaviour_adaptive_adapted_for_coderunner' => 2024041800,

0 commit comments

Comments
 (0)