Skip to content

Commit 2c838a8

Browse files
committed
Bump version number ahead of master.
1 parent 5d9adb2 commit 2c838a8

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/moodle-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
# We use a mix of SBCL and GCL.
3434
include:
3535
- php: '8.4'
36-
moodle-branch: 'MOODLE_502_STABLE'
36+
moodle-branch: 'main'
3737
database: 'pgsql'
3838
maxima: 'GCL'
39-
moodle-app: false
39+
moodle-app: true
4040
- php: '8.4'
41-
moodle-branch: 'MOODLE_501_STABLE'
41+
moodle-branch: 'MOODLE_502_STABLE'
4242
database: 'pgsql'
4343
maxima: 'SBCL'
44-
moodle-app: false
44+
moodle-app: true
4545
- php: '8.2'
4646
moodle-branch: 'MOODLE_500_STABLE'
4747
database: 'pgsql'
@@ -260,8 +260,8 @@ jobs:
260260
run: moodle-plugin-ci grunt
261261

262262
- name: PHPUnit tests
263-
#if: ${{ matrix.moodle-branch == 'main' || matrix.moodle-branch == 'MOODLE_405_STABLE'}}
264-
if: ${{ always() }}
263+
if: ${{ matrix.moodle-branch == 'main' || matrix.moodle-branch == 'MOODLE_405_STABLE'}}
264+
#if: ${{ always() }}
265265
run: moodle-plugin-ci phpunit
266266

267267
- name: Behat features

stack/maxima/stackmaxima.mac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3548,4 +3548,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$
35483548

35493549
/* Stack expects some output with the version number the output happens at */
35503550
/* maximalocal.mac after additional library loading */
3551-
stackmaximaversion:2026042200$
3551+
stackmaximaversion:2026042300$

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2026042200;
27+
$plugin->version = 2026042300;
2828
$plugin->requires = 2022041900;
2929
$plugin->cron = 0;
3030
$plugin->component = 'qtype_stack';
31-
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->release = '4.12.0 for Moodle 4.2+';
31+
$plugin->maturity = MATURITY_ALPHA;
32+
$plugin->release = '4.13.0 for Moodle 4.2+';
3333

3434
$plugin->dependencies = [
3535
'qbehaviour_adaptivemultipart' => 2020103000,

0 commit comments

Comments
 (0)