Skip to content

Commit

Permalink
Add Moodle 4.5 to ci pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Oct 11, 2024
1 parent 045a1fa commit 448f8a8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,30 @@ jobs:
moodle-branch: main
database: mariadb
plugin-ci: ^4
- php: 8.3
moodle-branch: MOODLE_405_STABLE
database: pgsql
plugin-ci: ^4
- php: 8.3
moodle-branch: MOODLE_405_STABLE
database: mariadb
plugin-ci: ^4
- php: 8.2
moodle-branch: MOODLE_405_STABLE
database: pgsql
plugin-ci: ^4
- php: 8.2
moodle-branch: MOODLE_405_STABLE
database: mariadb
plugin-ci: ^4
- php: 8.1
moodle-branch: MOODLE_405_STABLE
database: pgsql
plugin-ci: ^4
- php: 8.1
moodle-branch: MOODLE_405_STABLE
database: mariadb
plugin-ci: ^4
- php: 8.3
moodle-branch: MOODLE_404_STABLE
database: pgsql
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ See http://docs.moodle.org/en/Installing_plugins for details on installing Moodl

## Version History

### 0.4

- Add Moodle 4.5 to the CI pipeline.

### 0.3

- Fix missing include.
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qbank_bulkxmlexport';
$plugin->release = '0.3';
$plugin->version = 2024091300;
$plugin->release = '0.4';
$plugin->version = 2024101100;
$plugin->requires = 2024041200;
$plugin->supported = [404, 404];
$plugin->supported = [404, 405];
$plugin->maturity = MATURITY_RC;

0 comments on commit 448f8a8

Please sign in to comment.