Skip to content

Commit

Permalink
Bump version of moodle to test with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Oct 3, 2024
1 parent c6b03e0 commit 633024c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
include:
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
# - php: '8.1'
# moodle-branch: 'master'
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qbank_bulktags';
$plugin->version = 2021070707;
$plugin->version = 2021070708;
$plugin->requires = 2021052500;
$plugin->maturity = MATURITY_ALPHA;

0 comments on commit 633024c

Please sign in to comment.