We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be9273 commit 7cd6300Copy full SHA for 7cd6300
.github/workflows/moodle-ci.yml
@@ -1,7 +1,7 @@
1
name: Moodle Plugin CI
2
3
env:
4
- QBEHAVIOUR_QUESTIONPY_COMMIT: df0da45416baa69a44bb700329a60b7a9df628bf
+ QBEHAVIOUR_QUESTIONPY_COMMIT: 74a0142b472f9f8aa695ec48c6409a615d341d63
5
6
on:
7
push:
version.php
@@ -25,11 +25,11 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'qtype_questionpy';
28
-$plugin->version = 2025082500;
+$plugin->version = 2025100600;
29
$plugin->requires = 2024100700;
30
$plugin->maturity = MATURITY_ALPHA;
31
$plugin->release = '0.1';
32
33
$plugin->dependencies = [
34
- 'qbehaviour_questionpy' => 2025042800,
+ 'qbehaviour_questionpy' => 2025100600,
35
];
0 commit comments