Skip to content

Commit 7cd6300

Browse files
committed
chore: increase version and behaviour dependency
1 parent 4be9273 commit 7cd6300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Moodle Plugin CI
22

33
env:
4-
QBEHAVIOUR_QUESTIONPY_COMMIT: df0da45416baa69a44bb700329a60b7a9df628bf
4+
QBEHAVIOUR_QUESTIONPY_COMMIT: 74a0142b472f9f8aa695ec48c6409a615d341d63
55

66
on:
77
push:

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'qtype_questionpy';
28-
$plugin->version = 2025082500;
28+
$plugin->version = 2025100600;
2929
$plugin->requires = 2024100700;
3030
$plugin->maturity = MATURITY_ALPHA;
3131
$plugin->release = '0.1';
3232

3333
$plugin->dependencies = [
34-
'qbehaviour_questionpy' => 2025042800,
34+
'qbehaviour_questionpy' => 2025100600,
3535
];

0 commit comments

Comments
 (0)